Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
docker-buildx
Commits:
a60a1888 by Christian Heusel at 2024-03-12T20:20:15+01:00
upgpkg: 0.13.1-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.13.0
+ pkgver = 0.13.1
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=0de5f1ce3b316d9f1fc0b4de024f49cf3b3f93ba
+ source =
git+https://github.com/docker/buildx.git#commit=788433953af10f2a698f5c07611dddce2e08c7a0
sha512sums = SKIP
pkgname = docker-buildx
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Joakim Saario <[email protected]>
pkgname=docker-buildx
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/docker/buildx"
license=("Apache-2.0")
makedepends=('go' 'git')
options=(!lto)
-_commit=0de5f1ce3b316d9f1fc0b4de024f49cf3b3f93ba # refs/tags/v0.13.0
+_commit=788433953af10f2a698f5c07611dddce2e08c7a0 # refs/tags/v0.13.1
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/a60a1888af9c58c7723c8bd492f582cd26c9e6ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/a60a1888af9c58c7723c8bd492f582cd26c9e6ca
You're receiving this email because of your account on gitlab.archlinux.org.