ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-09-26 16:30:53 +00:00

38 lines
1.6 KiB
JSON

{
"version": "2025.2.2.1",
"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.1/JetBrains.dotMemory.Console.windows-x64.2025.2.2.1.zip",
"hash": "39176ada9cfe7900d4dec1d2be00ba3bc83fb0e9904d9650f4ce6cf99104d2e3"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.2.1/JetBrains.dotMemory.Console.windows-x86.2025.2.2.1.zip",
"hash": "6b35f37def0347d2ccbee411bdf0183eef03889b3f1b1b0e3bd8f34e8f04a221"
}
},
"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"
}
}
}