ScoopInstaller_Main/bucket/dotmemory-clt.json
2023-09-26 16:29:08 +00:00

38 lines
1.5 KiB
JSON

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