docker-cli: update to 20.10.8.
This commit is contained in:
parent
6ae760f19b
commit
e0dd25a79c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'docker-cli'
|
||||
pkgname=docker-cli
|
||||
version=20.10.6
|
||||
revision=2
|
||||
version=20.10.8
|
||||
revision=1
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
go_package="github.com/docker/cli/cmd/docker"
|
||||
|
@ -12,11 +12,11 @@ go_ldflags="-X \"${_cli_ver_path}.Version=${version}\"
|
|||
hostmakedepends="pkg-config"
|
||||
depends="git"
|
||||
short_desc="Command-line interface for the Docker daemon"
|
||||
maintainer="PWA COLLECTIVE <pwa@cya.cx>"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://www.docker.io"
|
||||
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
|
||||
checksum=eda53b96ab83a59502df2e5e00ab7ee867243259407ef454be55e695303c1113
|
||||
checksum=cde34bbefd70fa27b44dfa904c40db84b89abf237e5267dcd08603b459a89253
|
||||
system_groups="docker"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue