mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker-cli: update to 28.0.1
This commit is contained in:
parent
65ccce8005
commit
c532fdd9b3
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker-cli'
|
# Template file for 'docker-cli'
|
||||||
# should be kept in sync with moby
|
# should be kept in sync with moby
|
||||||
pkgname=docker-cli
|
pkgname=docker-cli
|
||||||
version=28.0.0
|
version=28.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_package="github.com/docker/cli/cmd/docker"
|
go_package="github.com/docker/cli/cmd/docker"
|
||||||
|
@ -16,8 +16,10 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.docker.com"
|
homepage="https://www.docker.com"
|
||||||
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
|
||||||
checksum=aad1d43cde6d28538a2f76d52ce9fb3e92677b4e1cca2e5bcc1b612af3d63bff
|
checksum=d7495aa47f52e5ba5b16d6ffbc07678cbf496b9f00206c5918f936206ad986f5
|
||||||
system_groups="docker"
|
system_groups="docker"
|
||||||
|
# tests seem designed to run in docker
|
||||||
|
make_check=no
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
go_ldflags+=" -X \"${_cli_ver_path}.BuildTime=$(date +%Y-%m-%dT%H:%M:%SZ)\""
|
go_ldflags+=" -X \"${_cli_ver_path}.BuildTime=$(date +%Y-%m-%dT%H:%M:%SZ)\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue