ScoopInstaller_Main/bucket/dotmemory-clt.json
2024-06-24 20:26:14 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2024.1.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.1.4/JetBrains.dotMemory.Console.windows-x64.2024.1.4.zip",
"hash": "4bd4ad2747efbd36f37115d805dafe40e54c9de642bb6196ed3e856be7eea349"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1.4/JetBrains.dotMemory.Console.windows-x86.2024.1.4.zip",
"hash": "e4d875d168bd08d18aca8ed9099b1db6c289720808d2286d177f41a0d9edee96"
}
},
"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"
}
}
}