docker-cli: update to 20.10.6.
This commit is contained in:
parent
cae478cd0a
commit
fda6a3b388
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker-cli'
|
||||
pkgname=docker-cli
|
||||
version=20.10.5
|
||||
version=20.10.6
|
||||
revision=2
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
|
@ -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 <mail@pwa.cya.cx>"
|
||||
maintainer="PWA COLLECTIVE <pwa@cya.cx>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://www.docker.io"
|
||||
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
|
||||
checksum=4ba845f8c7e2e0a2ca1ec6589847159ca8d0d37b609f0e6f78def7a893b9b342
|
||||
checksum=eda53b96ab83a59502df2e5e00ab7ee867243259407ef454be55e695303c1113
|
||||
system_groups="docker"
|
||||
|
||||
pre_build() {
|
||||
|
@ -32,5 +32,5 @@ post_install() {
|
|||
docker_package() {
|
||||
build_style="meta"
|
||||
short_desc="Docker container runtime"
|
||||
depends="${sourcepkg}>=${version}_${revision} moby"
|
||||
depends="${sourcepkg}>=${version}_${revision} moby tini"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue