ScoopInstaller_Main/bucket/dotmemory-clt.json
2024-08-13 20:26:40 +00:00

38 lines
1.5 KiB
JSON

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