ScoopInstaller_Main/bucket/dotmemory-clt.json
2023-08-24 16:27:45 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2023.2.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.2.1/JetBrains.dotMemory.Console.windows-x64.2023.2.1.zip",
"hash": "1ee460363a950e0d5c03212c794c5f123b365fea06d5874745cbfad50e8e7894"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2023.2.1/JetBrains.dotMemory.Console.windows-x86.2023.2.1.zip",
"hash": "0d09b3929564fc290a31654b2df6b6b47dbfa3240ff6361759b4d8379ce6fd4c"
}
},
"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"
}
}
}