ScoopInstaller_Main/bucket/lazydocker.json
2023-07-21 12:30:31 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.21.0",
"description": "Terminal UI for both docker and docker-compose",
"homepage": "https://github.com/jesseduffield/lazydocker",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.21.0/lazydocker_0.21.0_Windows_x86_64.zip",
"hash": "72d72663d5f92035f8e35237dc092805ebf55a6bac14186c70e55a5821579ecc"
},
"32bit": {
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.21.0/lazydocker_0.21.0_Windows_x86.zip",
"hash": "3cd99e13924dd60902d3388b0592c5a2543be9161c7e895e1247d62172b4fb64"
}
},
"bin": "lazydocker.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v$version/lazydocker_$version_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v$version/lazydocker_$version_Windows_x86.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}