From fa4c2f51ba8854c39762825085415ec0d834cc24 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Fri, 1 Sep 2023 23:59:35 +0200 Subject: [PATCH 1/2] docker-buildx: update to 0.11.2, adopt. --- srcpkgs/docker-buildx/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/docker-buildx/template b/srcpkgs/docker-buildx/template index 049bd9ac176ac..b756deb1d9d45 100644 --- a/srcpkgs/docker-buildx/template +++ b/srcpkgs/docker-buildx/template @@ -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 " +maintainer="Daniel Lewan " 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 From c02f0fd2d790fb8376dd07de577ca7e7f0163c43 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sat, 2 Sep 2023 14:18:16 +0200 Subject: [PATCH 2/2] Orphan gbrlsnchs's packages. https://github.com/void-linux/void-packages/pull/45877#issuecomment-1703376836 --- srcpkgs/circleci-cli/template | 2 +- srcpkgs/packr2/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/circleci-cli/template b/srcpkgs/circleci-cli/template index 23f5a1a5495e0..629f530a5f3c3 100644 --- a/srcpkgs/circleci-cli/template +++ b/srcpkgs/circleci-cli/template @@ -9,7 +9,7 @@ go_ldflags="-X github.com/CircleCI-Public/${pkgname}/version.Version=${version} -X github.com/CircleCI-Public/${pkgname}/version.packageManager=xbps" hostmakedepends="packr2" short_desc="Use CircleCI from the command line" -maintainer="Gabriel Sanches " +maintainer="Orphaned " license="MIT" homepage="https://circleci-public.github.io/circleci-cli/" distfiles="https://github.com/CircleCI-Public/${pkgname}/archive/v${version}.tar.gz" diff --git a/srcpkgs/packr2/template b/srcpkgs/packr2/template index 1df39c1dfc3fb..1afa0f4113160 100644 --- a/srcpkgs/packr2/template +++ b/srcpkgs/packr2/template @@ -7,7 +7,7 @@ build_style=go go_import_path="github.com/gobuffalo/${_pkgname}/v2" go_package="./packr2" short_desc="Static files embedder for Go binaries" -maintainer="Gabriel Sanches " +maintainer="Orphaned " license="MIT" homepage="https://github.com/gobuffalo/packr" distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz"