mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "2024.2.7",
|
|
"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.2.7/JetBrains.dotMemory.Console.windows-x64.2024.2.7.zip",
|
|
"hash": "d6813c8677dd421a9e50c8f1d98854da4f5a20f2b195adfd31a33560c07dda41"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.7/JetBrains.dotMemory.Console.windows-x86.2024.2.7.zip",
|
|
"hash": "e76afbb44b55cc05cfec8d366fefa8dc638501b953d33a5fde0176b6b30bdfaa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|