mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.24.2",
|
|
"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.24.2/lazydocker_0.24.2_Windows_x86_64.zip",
|
|
"hash": "7e10df642e715a83b3cc8c158c00c47f063167eeae0d1ade2a3b1a20a8056039"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.24.2/lazydocker_0.24.2_Windows_x86.zip",
|
|
"hash": "833cd763c67c8c08e906a15957e7c5613765189a2fb37da473e67393e34c172c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.24.2/lazydocker_0.24.2_Windows_arm64.zip",
|
|
"hash": "60e9c928d75bd7ee41b7b51e5f6dfa6d4850a675e80623df531e76e0a6f30c85"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v$version/lazydocker_$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|