ScoopInstaller_Main/bucket/lazydocker.json
2020-05-28 10:29:23 +02:00

32 lines
1.2 KiB
JSON

{
"version": "0.9",
"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.9/lazydocker_0.9_Windows_x86_64.zip",
"hash": "b4a4b69d4b1d4e8edd7ab2e995f9a574951c82606670a68c7044e8cb3244e603"
},
"32bit": {
"url": "https://github.com/jesseduffield/lazydocker/releases/download/v0.9/lazydocker_0.9_Windows_x86.zip",
"hash": "7a1071b8e90234401bc39b75cb1a869664d65cd0b25f3a4b1e62266a712cbf4d"
}
},
"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"
}
}
}