mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "2023.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.2023.1.3/JetBrains.dotMemory.Console.windows-x64.2023.1.3.zip",
|
|
"hash": "0f8efe805edb95138f36a2d8e0b1afe412d9df61abffb718f45f11d767b75407"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2023.1.3/JetBrains.dotMemory.Console.windows-x86.2023.1.3.zip",
|
|
"hash": "0e42b2d6a8c5ed2ac171149f142fc0fc52faf4e7dd42cbc32a630abfdc3c4fba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|