ScoopInstaller_Main/bucket/dotmemory-clt.json
2023-11-03 12:30:02 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2023.2.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.2023.2.3/JetBrains.dotMemory.Console.windows-x64.2023.2.3.zip",
"hash": "f0685c26e1ed022b368ee7b35a8756a018ce3f7336323da40ea2335f788688e8"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2023.2.3/JetBrains.dotMemory.Console.windows-x86.2023.2.3.zip",
"hash": "73c9fd4884391e447988e2d3ec1d5c41a45f59337bed0eb494906021fdc93542"
}
},
"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"
}
}
}