docker-cli: update to 20.10.9

This commit is contained in:
Neel Chotai 2021-10-15 19:26:58 +01:00 committed by Michal Vasilek
parent 59e179dc17
commit a8344c692a

View file

@ -1,6 +1,6 @@
# Template file for 'docker-cli'
pkgname=docker-cli
version=20.10.8
version=20.10.9
revision=1
wrksrc="cli-${version}"
build_style=go
@ -14,9 +14,9 @@ depends="git"
short_desc="Command-line interface for the Docker daemon"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="http://www.docker.io"
homepage="https://www.docker.com"
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
checksum=cde34bbefd70fa27b44dfa904c40db84b89abf237e5267dcd08603b459a89253
checksum=d91010813824070dd2380013c8f343e61e6dda170f7853f024bda39b432b64ba
system_groups="docker"
pre_build() {