mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "2025.1.5",
|
|
"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.5/JetBrains.dotMemory.Console.windows-x64.2025.1.5.zip",
|
|
"hash": "7d4d4304a355309ec253233e24893a502e3a1dcb53c579a2e357b73c3f927d97"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.1.5/JetBrains.dotMemory.Console.windows-x86.2025.1.5.zip",
|
|
"hash": "9ca2ef7bd78f4a772a07f3626000c2c72863180ee96038a8b17680f0b663035b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|