docker-buildx: update to 0.9.1.
This commit is contained in:
parent
1837d4c770
commit
c4671f2367
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker-buildx'
|
# Template file for 'docker-buildx'
|
||||||
pkgname=docker-buildx
|
pkgname=docker-buildx
|
||||||
version=0.8.2
|
version=0.9.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="buildx-${version}"
|
wrksrc="buildx-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Gabriel Sanches <gabriel@gsr.dev>"
|
||||||
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=5a368ffa7c0fd3df510bbb89f345bea9be490a3783de350d2b79b3ed69c237fe
|
checksum=22b0d2acfffaaa4a52d13cd6fa78608e9c817c3d1bdfbaf2e274242325bb293d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/libexec/docker/cli-plugins
|
vmkdir usr/libexec/docker/cli-plugins
|
||||||
|
|
Loading…
Reference in New Issue