ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-11-27 16:30:10 +00:00

38 lines
1.6 KiB
JSON

{
"version": "2025.3.0.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.0.3/JetBrains.dotMemory.Console.windows-x64.2025.3.0.3.zip",
"hash": "51416d78f9a6437004b3d51aae23961829e64b5b1885c53e6838e4af0a6c5651"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.3.0.3/JetBrains.dotMemory.Console.windows-x86.2025.3.0.3.zip",
"hash": "ad0648beb46dc7988d036242351d4ce188a0f24dd1bc5695ad763d39a6e59228"
}
},
"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"
}
}
}