ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-12-11 12:33:18 +00:00

38 lines
1.6 KiB
JSON

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