ScoopInstaller_Main/bucket/dotmemory-clt.json
2023-12-12 20:24:36 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2023.3.1",
"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.1/JetBrains.dotMemory.Console.windows-x64.2023.3.1.zip",
"hash": "673d570ed5fea8f454f57ea49a4d65191e7bc9292b3bb76ccbf8eb574227b85b"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2023.3.1/JetBrains.dotMemory.Console.windows-x86.2023.3.1.zip",
"hash": "21f3ebc968ca48c71cec74d3b76389081353b8fafac659c4fec22302eb9060a4"
}
},
"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"
}
}
}