ScoopInstaller_Main/bucket/dotmemory-clt.json
2026-02-19 20:31:43 +00:00

38 lines
1.5 KiB
JSON

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