ScoopInstaller_Main/bucket/dotmemory-clt.json
2024-12-11 20:30:24 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2024.3.2",
"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.2/JetBrains.dotMemory.Console.windows-x64.2024.3.2.zip",
"hash": "2b2953bf2cb769c11416698b2138e35874e8f5f0dfeeedb71ea2427a7709505d"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.3.2/JetBrains.dotMemory.Console.windows-x86.2024.3.2.zip",
"hash": "570faf31ed20858fece633776cdcbc7554bdcc253714e8705d133b1f39425c0b"
}
},
"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"
}
}
}