mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "2022.2.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.2022.2.3/JetBrains.dotMemory.Console.windows-x64.2022.2.3.zip",
|
|
"hash": "22fdc632bd9d5afeb11d91df1cc48cf915a47ccd3ab210fe6d9601641486ed92"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2022.2.3/JetBrains.dotMemory.Console.windows-x86.2022.2.3.zip",
|
|
"hash": "e8f19c53313bd4b96b898f4e581862b0d52996e6d62a7bef127d6fbaee7b477f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|