ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-09-04 16:29:32 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2025.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.1/JetBrains.dotMemory.Console.windows-x64.2025.2.1.zip",
"hash": "d3ce07b5b591b3de71bda834128807a4959ea66b25076b2920a7bca8630096c1"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.1/JetBrains.dotMemory.Console.windows-x86.2025.2.1.zip",
"hash": "d90e3739eb78ee352bb8f0c296b0c9e6d876955ea3f064080d896d33858a9de7"
}
},
"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"
}
}
}