ScoopInstaller_Main/bucket/dotmemory-clt.json
2022-03-30 20:33:56 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2021.3.4",
"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.2021.3.4/JetBrains.dotMemory.Console.windows-x64.2021.3.4.zip",
"hash": "ded844d81c23e88ee9823df0efb74f6f3a532933cd0ba0c4b5e1328c1c2efae0"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.4/JetBrains.dotMemory.Console.windows-x86.2021.3.4.zip",
"hash": "abb753e10fb24fb621dec2efd713056df8ac4f95eb1cece3caf8e7e3781dd838"
}
},
"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"
}
}
}