mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
docker-buildx: update to 0.8.2
This commit is contained in:
parent
3c36dff345
commit
4dca93c618
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.7.1
|
version=0.8.2
|
||||||
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=5df4224eeac5a00d1bef2344660e93415264a64ea4742133f2c2a794c563ef50
|
checksum=5a368ffa7c0fd3df510bbb89f345bea9be490a3783de350d2b79b3ed69c237fe
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/libexec/docker/cli-plugins
|
vmkdir usr/libexec/docker/cli-plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue