mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.12",
|
|
"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.12/lazydocker_0.12_Windows_x86_64.zip",
|
|
"hash": "4c09fdb74e96b2dfebab8775d0ae436b2713ad9f2cbf6c901b63ad4c1ffef83b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.12/lazydocker_0.12_Windows_x86.zip",
|
|
"hash": "747762627af23b7c535cdfd353073244b977788cfdb22f83f50840e356f08673"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|