mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.23.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.23.0/lazydocker_0.23.0_Windows_x86_64.zip",
|
|
"hash": "bde927564775030d05a2a3356caca7adfac2dbae925e860c30629c412e89e9b9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.23.0/lazydocker_0.23.0_Windows_x86.zip",
|
|
"hash": "6ff521b843f629ca2f56317d2b5d588adbeba37673ca83e9d7b35e2baf69ed1c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|