kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / crane
Commits:
a0b280e9 by kpcyrd at 2024-07-19T19:12:59+02:00
upgpkg: 0.20.1-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.0
+ pkgver = 0.20.1
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.0/crane-0.20.0.tar.gz
- sha256sums =
56264dcd9078e9be0ec469d30dbd937b1b706fd7c34df91ce82bacd95986ff6b
- b2sums =
1580f0e161fd9bc8db4a311bc0f0005401eb0cdc8c26ddbc13a681c4ec5e7280ab90d19a5121ebe67a52e18853784012a76e5abdb24912be6399e41cc681d8b4
+ source =
https://github.com/google/go-containerregistry/archive/v0.20.1/crane-0.20.1.tar.gz
+ sha256sums =
4bae53f34011e35ef874a60123b8ae70a5e992d804decb030479dbb888afe6d1
+ b2sums =
a292f1d83e35e9411d801e06a304fc8d279d37abf2c99ef6db57ca986877629c1a9484361c201c57f4d588e9fa0c788b397709401337eaab796433185eea0310
pkgname = crane
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=crane
_pkgname=go-containerregistry
-pkgver=0.20.0
+pkgver=0.20.1
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=('56264dcd9078e9be0ec469d30dbd937b1b706fd7c34df91ce82bacd95986ff6b')
-b2sums=('1580f0e161fd9bc8db4a311bc0f0005401eb0cdc8c26ddbc13a681c4ec5e7280ab90d19a5121ebe67a52e18853784012a76e5abdb24912be6399e41cc681d8b4')
+sha256sums=('4bae53f34011e35ef874a60123b8ae70a5e992d804decb030479dbb888afe6d1')
+b2sums=('a292f1d83e35e9411d801e06a304fc8d279d37abf2c99ef6db57ca986877629c1a9484361c201c57f4d588e9fa0c788b397709401337eaab796433185eea0310')
prepare() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/a0b280e9ec01c064002340de65fcc00e1cc3ee89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/a0b280e9ec01c064002340de65fcc00e1cc3ee89
You're receiving this email because of your account on gitlab.archlinux.org.