Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
docker-buildx
Commits:
f4633e19 by Christian Heusel at 2023-08-10T15:18:54+02:00
upgpkg: 0.11.2-1
- - - - -
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.11.0
+ pkgver = 0.11.2
pkgrel = 1
url = https://github.com/docker/buildx
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = docker-buildx
makedepends = go
makedepends = git
options = !lto
- source =
git+https://github.com/docker/buildx.git#commit=687feca9e8dcd1534ac4c026bc4db5a49de0dd6e
+ source =
git+https://github.com/docker/buildx.git#commit=9872040b6626fb7d87ef7296fd5b832e8cc2ad17
sha512sums = SKIP
pkgname = docker-buildx
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: Morten Linderud <[email protected]>
+# Maintainer: Christian Heusel <[email protected]>
# Contributor: Joakim Saario <[email protected]>
pkgname=docker-buildx
-pkgver=0.11.0
+pkgver=0.11.2
pkgrel=1
pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
arch=('x86_64')
@@ -10,7 +11,7 @@ url="https://github.com/docker/buildx"
license=("Apache")
makedepends=('go' 'git')
options=(!lto)
-_commit=687feca9e8dcd1534ac4c026bc4db5a49de0dd6e #refs/tags/v0.11.0
+_commit=9872040b6626fb7d87ef7296fd5b832e8cc2ad17 #refs/tags/v0.11.2
source=("git+https://github.com/docker/buildx.git#commit=${_commit}")
sha512sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/f4633e1951713b5cbd095dcf0b6b4a083d2de935
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/f4633e1951713b5cbd095dcf0b6b4a083d2de935
You're receiving this email because of your account on gitlab.archlinux.org.