ScoopInstaller_Main/bucket/dotmemory-clt.json
2022-04-19 12:31:40 +00:00

38 lines
1.5 KiB
JSON

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