docker-buildx: update to 0.11.2, adopt.

This commit is contained in:
Daniel Lewan 2023-09-01 23:59:35 +02:00 committed by classabbyamp
parent b199518f16
commit 926eecc0f2

View File

@ -1,18 +1,18 @@
# Template file for 'docker-buildx'
pkgname=docker-buildx
version=0.10.3
revision=3
version=0.11.2
revision=1
build_style=go
go_import_path="github.com/docker/buildx"
go_package="./cmd/buildx"
go_ldflags="-X github.com/docker/buildx/version.Version=v${version}"
depends="docker-cli"
short_desc="Docker CLI plugin for extended build capabilities with BuildKit"
maintainer="Gabriel Sanches <gabriel@gsr.dev>"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="Apache-2.0"
homepage="https://docs.docker.com/buildx/working-with-buildx/"
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
checksum=e21ce4b222cfcc5fe981a1ee51fca1f7c7d59de0f1911ae3f64f6d9a969695a3
checksum=371eb742213ed580179fc4fdfd9a197f0e3115e91979b7907828427d578d49e5
post_install() {
vmkdir usr/libexec/docker/cli-plugins