mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
docker-buildx: update to 0.22.0.
This commit is contained in:
parent
727e7d568f
commit
a6d37c56d4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-buildx'
|
# Template file for 'docker-buildx'
|
||||||
pkgname=docker-buildx
|
pkgname=docker-buildx
|
||||||
version=0.19.2
|
version=0.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/docker/buildx"
|
go_import_path="github.com/docker/buildx"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://docs.docker.com/buildx/working-with-buildx/"
|
homepage="https://docs.docker.com/buildx/working-with-buildx/"
|
||||||
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f45cb0d465ef0bdcac5136764db33626280fb8720dbae5f9565102e1af58f3c4
|
checksum=afcfea302f639f86299d41657f2ea6ca8df0d8cc3e243c299c8ada0ecfbb1fc4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/libexec/docker/cli-plugins
|
vmkdir usr/libexec/docker/cli-plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue