ScoopInstaller_Main/bucket/lazydocker.json
2023-10-13 08:26:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.23.1",
"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.23.1/lazydocker_0.23.1_Windows_x86_64.zip",
"hash": "8456956b3b9ad01b64da2efc2e4191833cfb5a0e2984d9e1f0f9af2c4bce8947"
},
"32bit": {
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.23.1/lazydocker_0.23.1_Windows_x86.zip",
"hash": "855cc4815dd7a9672f1e8f3208762e0ea875cc08c16dea44dbeeff0bd0c047c0"
}
},
"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"
}
}
}