kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / crane
Commits: 87279c5d by kpcyrd at 2025-06-15T23:56:20+02:00 upgpkg: 0.20.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.20.3 + pkgver = 0.20.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.20.3/crane-0.20.3.tar.gz - sha256sums = 663f4b808c10315f56a09b7c0a63e314ad79b16a07f950641330899db68c6075 - b2sums = 92b6ed64b2d86f23e2cff256f638b5fe58dce4b110efd4cb91710863f6e581418cd604083360686291daa6bc247ca8a10d3c9fc04cecd9a53474a6be79c7e5be + source = https://github.com/google/go-containerregistry/archive/v0.20.6/crane-0.20.6.tar.gz + sha256sums = 53f17964ade63f63b2c66231a6e1ea606345cfcc325e49a5267017bb475bdcb4 + b2sums = 93d4ce44029e271c4e41fd26f9a35b291c574c798d1b07a1702e5e46f5a84928f440a8867155928515d6b9ee1b37d2fbceae6173d475513ad6ac0a5697f6c5b8 pkgname = crane ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=crane _pkgname=go-containerregistry -pkgver=0.20.3 +pkgver=0.20.6 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=('663f4b808c10315f56a09b7c0a63e314ad79b16a07f950641330899db68c6075') -b2sums=('92b6ed64b2d86f23e2cff256f638b5fe58dce4b110efd4cb91710863f6e581418cd604083360686291daa6bc247ca8a10d3c9fc04cecd9a53474a6be79c7e5be') +sha256sums=('53f17964ade63f63b2c66231a6e1ea606345cfcc325e49a5267017bb475bdcb4') +b2sums=('93d4ce44029e271c4e41fd26f9a35b291c574c798d1b07a1702e5e46f5a84928f440a8867155928515d6b9ee1b37d2fbceae6173d475513ad6ac0a5697f6c5b8') prepare() { cd ${_pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/87279c5df4ebdbdcb58f521d0daeb2592755069f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crane/-/commit/87279c5df4ebdbdcb58f521d0daeb2592755069f You're receiving this email because of your account on gitlab.archlinux.org.