ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-11-11 16:30:22 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2025.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.2025.3/JetBrains.dotMemory.Console.windows-x64.2025.3.zip",
"hash": "f4b739771771eefb9ac183124cb4933db2e86827cd2ff29bf5aae80443e29397"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.3/JetBrains.dotMemory.Console.windows-x86.2025.3.zip",
"hash": "161263e312a380daee031ae5ab7118948a219ac2a5d4dc1cc5d4e5787ee57a21"
}
},
"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"
}
}
}