ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-09-18 16:29:33 +00:00

38 lines
1.5 KiB
JSON

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