ScoopInstaller_Main/bucket/dotmemory-clt.json
2024-11-13 16:30:23 +00:00

38 lines
1.5 KiB
JSON

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