ScoopInstaller_Main/bucket/dotmemory-clt.json
2022-01-31 16:29:26 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2021.3.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.2021.3.3/JetBrains.dotMemory.Console.windows-x64.2021.3.3.zip",
"hash": "d31edac0c929ad0c0010daed5b435975b59c0fcdc60fa195946427f3599ae454"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.3/JetBrains.dotMemory.Console.windows-x86.2021.3.3.zip",
"hash": "8f35b49daeaf9b16bd99b1a24459f613cdf1fa5661ebda074fab97a5b4d0a9e5"
}
},
"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"
}
}
}