ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-10-28 12:31:50 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2025.2.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.2.4/JetBrains.dotMemory.Console.windows-x64.2025.2.4.zip",
"hash": "e35d0384f872a714dbb2ad57d0185f81dd658665cd6df684d0f8088a5951fc81"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.4/JetBrains.dotMemory.Console.windows-x86.2025.2.4.zip",
"hash": "76ab8e319e5f27f26d1e190580fe7b421ccbc49ce61a848b7b3980f57591697c"
}
},
"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"
}
}
}