ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-01-23 12:31:55 +00:00

38 lines
1.5 KiB
JSON

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