ScoopInstaller_Main/bucket/dotmemory-clt.json
2023-12-20 16:26:27 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2023.3.2",
"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.3.2/JetBrains.dotMemory.Console.windows-x64.2023.3.2.zip",
"hash": "c3e505bd215fcfd73855df2886bb1bf32d4074b1704cd28becd107b06053f4ef"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2023.3.2/JetBrains.dotMemory.Console.windows-x86.2023.3.2.zip",
"hash": "f76dd22d4d6e7eb63f53be8bf4796ae082efcd327b1a0a1721760f4957175135"
}
},
"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"
}
}
}