Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
docker-buildx
Commits:
5e079b13 by Christian Heusel at 2025-03-17T19:27:44+01:00
upgpkg: 0.21.3-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = docker-buildx
pkgdesc = Docker CLI plugin for extended build capabilities with
BuildKit
- pkgver = 0.21.2
+ pkgver = 0.21.3
pkgrel = 1
url = https://github.com/docker/buildx
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = docker-buildx
makedepends = git
depends = glibc
options = !lto
- source = git+https://github.com/docker/buildx.git#tag=v0.21.2
- sha512sums =
960cebc09452c0238ebdf7ad4a803a32e489c6863414f1cd4a2fba6d91c48908414cd378cc40bdc6c4c8a886247bf0d486d74662675acb59a92c69d2abfcba5e
+ source = git+https://github.com/docker/buildx.git#tag=v0.21.3
+ sha512sums =
e4329d87804085357729624028b83702aa27cc661eff4b137586dd9a9d1789d8d824c74d6f124cf9fee2b2714e7f03d91866f3105fd4b0c5c6487dc3a79eae4f
pkgname = docker-buildx
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Joakim Saario <[email protected]>
pkgname=docker-buildx
-pkgver=0.21.2
+pkgver=0.21.3
pkgrel=1
pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('go' 'git')
depends=('glibc')
options=(!lto)
source=("git+https://github.com/docker/buildx.git#tag=v${pkgver}")
-sha512sums=('960cebc09452c0238ebdf7ad4a803a32e489c6863414f1cd4a2fba6d91c48908414cd378cc40bdc6c4c8a886247bf0d486d74662675acb59a92c69d2abfcba5e')
+sha512sums=('e4329d87804085357729624028b83702aa27cc661eff4b137586dd9a9d1789d8d824c74d6f124cf9fee2b2714e7f03d91866f3105fd4b0c5c6487dc3a79eae4f')
build() {
cd "buildx"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/5e079b13e64fa3e034d591a12149301d910f5950
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/5e079b13e64fa3e034d591a12149301d910f5950
You're receiving this email because of your account on gitlab.archlinux.org.