kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / crane
Commits:
4b4d5161 by kpcyrd at 2026-03-03T01:13:45+01:00
upgpkg: 0.21.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crane
pkgdesc = Interacting with remote container images and registries.
- pkgver = 0.21.1
+ pkgver = 0.21.2
pkgrel = 1
url = https://github.com/google/go-containerregistry
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = crane
makedepends = go
depends = glibc
options = !lto
- source =
https://github.com/google/go-containerregistry/archive/v0.21.1/crane-0.21.1.tar.gz
- sha256sums =
4fb8e2b4517cbd2324c0053eb368da51c730f6514a2b51abc37676b861f7955c
- b2sums =
74aba1cba2a1e36eceb2a1a4b8a41b32962f9b649de917d32a1300d4919c0df28c555012cea41d9af62c2b50ab4e56989a8818f537a27808875a3f888dd9aecd
+ source =
https://github.com/google/go-containerregistry/archive/v0.21.2/crane-0.21.2.tar.gz
+ sha256sums =
4b8a2c8a4c1955da7802806ea9437952e2c7f17f3dcf0362ac6c2f75388c389a
+ b2sums =
34ea185f3bb35a3795a23e61d6f0977b843b70378decd91dbb06adc0927741c8dc5606b422a45ad430181f1e29d018becd937611ccbb4b31bf1032337d06d991
pkgname = crane
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=crane
_pkgname=go-containerregistry
-pkgver=0.21.1
+pkgver=0.21.2
pkgrel=1
pkgdesc="Interacting with remote container images and registries."
arch=('x86_64')
@@ -17,8 +17,8 @@ makedepends=(
# we can not use LTO as otherwise we get no reproducible package with full
RELRO
options=(!lto)
source=(https://github.com/google/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4fb8e2b4517cbd2324c0053eb368da51c730f6514a2b51abc37676b861f7955c')
-b2sums=('74aba1cba2a1e36eceb2a1a4b8a41b32962f9b649de917d32a1300d4919c0df28c555012cea41d9af62c2b50ab4e56989a8818f537a27808875a3f888dd9aecd')
+sha256sums=('4b8a2c8a4c1955da7802806ea9437952e2c7f17f3dcf0362ac6c2f75388c389a')
+b2sums=('34ea185f3bb35a3795a23e61d6f0977b843b70378decd91dbb06adc0927741c8dc5606b422a45ad430181f1e29d018becd937611ccbb4b31bf1032337d06d991')
prepare() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/4b4d5161e4438ffed132984cabd57466e45d2e4c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/4b4d5161e4438ffed132984cabd57466e45d2e4c
You're receiving this email because of your account on gitlab.archlinux.org.