ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-12-18 20:29:59 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2025.3.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.3.1/JetBrains.dotMemory.Console.windows-x64.2025.3.1.zip",
"hash": "5176b4a31fa5abab99ac722b0d023ea51e7777892c9ff675ab5645385241778a"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.3.1/JetBrains.dotMemory.Console.windows-x86.2025.3.1.zip",
"hash": "01e536fa9475e2aeb17006f48a3ae96469e0a196cbc33d9db92b9a1baf10b383"
}
},
"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"
}
}
}