ScoopInstaller_Main/bucket/dotmemory-clt.json
2025-02-28 12:32:54 +00:00

38 lines
1.5 KiB
JSON

{
"version": "2024.3.6",
"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.6/JetBrains.dotMemory.Console.windows-x64.2024.3.6.zip",
"hash": "56a87b4923315be6e5a4ef7d1a63c90f8d362202ea2b40753f9f563172ad98c1"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.3.6/JetBrains.dotMemory.Console.windows-x86.2024.3.6.zip",
"hash": "0a41f1e0f54d331591dcfc17518f52aec843a6cc61dcdaec8046952459abd9c1"
}
},
"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"
}
}
}