ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-06-12 16:30:27 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2025.1.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.1.3/JetBrains.dotMemory.Console.windows-x64.2025.1.3.zip",
"hash": "7c48a2fa432e45bef8068c36785c220eb6c6ed003bbadb6cae2b9a4759e95b69"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.1.3/JetBrains.dotMemory.Console.windows-x86.2025.1.3.zip",
"hash": "2993c4f97fcf422ec21958aff6f0a5b45e407df6fe7c6586ad0172344976b303"
}
},
"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"
}
}
}