kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / crane
Commits:
0bb136ad by kpcyrd at 2025-01-19T13:23:39+01:00
upgpkg: 0.20.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crane
pkgdesc = Interacting with remote container images and registries.
- pkgver = 0.20.2
+ pkgver = 0.20.3
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.20.2/crane-0.20.2.tar.gz
- sha256sums =
064e9c47e3dac49acddccb4afe908b9d835725d371ee9a471fd445d134fbbf1d
- b2sums =
6b24af5395f1ee6c812ca7b2f90e6820cbfc81b9fd3ddd2511487e6128977f9cf18ec977e592653dbe02ad342c3f467277430dba9175453730a6595565969433
+ source =
https://github.com/google/go-containerregistry/archive/v0.20.3/crane-0.20.3.tar.gz
+ sha256sums =
663f4b808c10315f56a09b7c0a63e314ad79b16a07f950641330899db68c6075
+ b2sums =
92b6ed64b2d86f23e2cff256f638b5fe58dce4b110efd4cb91710863f6e581418cd604083360686291daa6bc247ca8a10d3c9fc04cecd9a53474a6be79c7e5be
pkgname = crane
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=crane
_pkgname=go-containerregistry
-pkgver=0.20.2
+pkgver=0.20.3
pkgrel=1
pkgdesc="Interacting with remote container images and registries."
arch=('x86_64')
@@ -13,8 +13,8 @@ makedepends=('go')
# 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=('064e9c47e3dac49acddccb4afe908b9d835725d371ee9a471fd445d134fbbf1d')
-b2sums=('6b24af5395f1ee6c812ca7b2f90e6820cbfc81b9fd3ddd2511487e6128977f9cf18ec977e592653dbe02ad342c3f467277430dba9175453730a6595565969433')
+sha256sums=('663f4b808c10315f56a09b7c0a63e314ad79b16a07f950641330899db68c6075')
+b2sums=('92b6ed64b2d86f23e2cff256f638b5fe58dce4b110efd4cb91710863f6e581418cd604083360686291daa6bc247ca8a10d3c9fc04cecd9a53474a6be79c7e5be')
prepare() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/0bb136ad4cb20b1e94e3ef9e3ae5ae380a99e7ab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/0bb136ad4cb20b1e94e3ef9e3ae5ae380a99e7ab
You're receiving this email because of your account on gitlab.archlinux.org.