ScoopInstaller_Main/bucket/dotmemory-clt.json
2022-12-07 16:42:26 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2022.3",
"description": "JetBrains dotMemory Command Line Tools for profiling .NET memory usage from the command line.",
"homepage": "https://www.jetbrains.com/dotmemory/download/#section=commandline",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/legal/docs/toolbox/user"
},
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2022.3/JetBrains.dotMemory.Console.windows-x64.2022.3.zip",
"hash": "c3c365078bc152ac0359bc86b96205a6ba2d3c903182494c1cdd9b9b734baa32"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2022.3/JetBrains.dotMemory.Console.windows-x86.2022.3.zip",
"hash": "108a27684b141be15a2d309997620d3d977fa5f03da28cd61e12fc91292d4d96"
}
},
"bin": "dotMemory.exe",
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=DMCLP&latest=true&platform=zip&type=release",
"jsonpath": "$..version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x64.$version.zip"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x86.$version.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}