ScoopInstaller_Main/bucket/dotmemory-clt.json
2023-04-26 20:25:21 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2023.1.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.1.1/JetBrains.dotMemory.Console.windows-x64.2023.1.1.zip",
"hash": "0a82dd43bae7d2ecdbdbc2ea688fcfdd1e138efde5eb0242e65f13c04e8142bd"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2023.1.1/JetBrains.dotMemory.Console.windows-x86.2023.1.1.zip",
"hash": "9e67826671d5fc794cc4c4fd348976cf29f869d345525e9511f8af8b4244e2bf"
}
},
"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"
}
}
}