kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / crane
Commits:
4862e8a5 by kpcyrd at 2026-05-18T22:07:24+02:00
upgpkg: 0.21.6-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.5
+ pkgver = 0.21.6
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.5/crane-0.21.5.tar.gz
- sha256sums =
c2291876a087f93a61b561594a389e6543091c0c5c50f16b5f9c14417d2fc947
- b2sums =
6ae289d0e3ebaed87071c58ed970faf664e227ee9f56bbbe033c1a404bf0621a5549b7dd26f782aa8951dcd4e726a3a53749d85e3605ab3a7d4a68addcc0843c
+ source =
https://github.com/google/go-containerregistry/archive/v0.21.6/crane-0.21.6.tar.gz
+ sha256sums =
7ce44d0da35a4c4fd1db24d50fde075bec38d744a016b91b2d5c116e59d156a5
+ b2sums =
6c2f06293e44c12d480032f8492d624aedd7271f7b3f4ee381504b98c2f8f3c06fe2f426a2d0d619299f9b7f1b6a479410abd2c12f223e20573e1f163473ea4f
pkgname = crane
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=crane
_pkgname=go-containerregistry
-pkgver=0.21.5
+pkgver=0.21.6
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=('c2291876a087f93a61b561594a389e6543091c0c5c50f16b5f9c14417d2fc947')
-b2sums=('6ae289d0e3ebaed87071c58ed970faf664e227ee9f56bbbe033c1a404bf0621a5549b7dd26f782aa8951dcd4e726a3a53749d85e3605ab3a7d4a68addcc0843c')
+sha256sums=('7ce44d0da35a4c4fd1db24d50fde075bec38d744a016b91b2d5c116e59d156a5')
+b2sums=('6c2f06293e44c12d480032f8492d624aedd7271f7b3f4ee381504b98c2f8f3c06fe2f426a2d0d619299f9b7f1b6a479410abd2c12f223e20573e1f163473ea4f')
prepare() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/4862e8a537e506b8f88e0ec12d7a6261a0205867
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/4862e8a537e506b8f88e0ec12d7a6261a0205867
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help