kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / apko
Commits:
c6002152 by kpcyrd at 2025-03-23T14:16:08+01:00
upgpkg: 0.25.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = apko
pkgdesc = Declarative APK-based container building tool with support
for sigstore signatures
- pkgver = 0.25.4
+ pkgver = 0.25.5
pkgrel = 1
url = https://github.com/chainguard-dev/apko
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = apko
depends = alpine-keyring
depends = apk-tools
depends = glibc
- source =
https://github.com/chainguard-dev/apko/archive/v0.25.4/apko-0.25.4.tar.gz
- sha256sums =
64f981d2e3e87b5343cee09384cf7f0152e76cfa0b3c088ac09d0ee902e5b16a
- b2sums =
61c618705d67b7e950e558b9c9d618f7ed8d6e37b5cb789aa222ff6d4c0bd6382f93d7d15b69957f0d8402d750600253beca818049222f92e7231fb3b59e8472
+ source =
https://github.com/chainguard-dev/apko/archive/v0.25.5/apko-0.25.5.tar.gz
+ sha256sums =
02aba5d22e45feabfebb0a21a7dcbbe98b6e0a42efe3ecfda31e2702bfe56be2
+ b2sums =
25cfa45a3c688c0dfc571d4f5773fc7ac68eb749d6569f16178fe463e5310c08293e49d2117920d279e53f87e03ee5476f662a47a7277b0c97406079f0221c58
pkgname = apko
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=apko
-pkgver=0.25.4
+pkgver=0.25.5
pkgrel=1
pkgdesc="Declarative APK-based container building tool with support for
sigstore signatures"
url="https://github.com/chainguard-dev/apko"
@@ -16,8 +16,8 @@ makedepends=(
'go'
)
source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz")
-sha256sums=('64f981d2e3e87b5343cee09384cf7f0152e76cfa0b3c088ac09d0ee902e5b16a')
-b2sums=('61c618705d67b7e950e558b9c9d618f7ed8d6e37b5cb789aa222ff6d4c0bd6382f93d7d15b69957f0d8402d750600253beca818049222f92e7231fb3b59e8472')
+sha256sums=('02aba5d22e45feabfebb0a21a7dcbbe98b6e0a42efe3ecfda31e2702bfe56be2')
+b2sums=('25cfa45a3c688c0dfc571d4f5773fc7ac68eb749d6569f16178fe463e5310c08293e49d2117920d279e53f87e03ee5476f662a47a7277b0c97406079f0221c58')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/c6002152985a2f59e7415ee7996d4240a30ab952
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/c6002152985a2f59e7415ee7996d4240a30ab952
You're receiving this email because of your account on gitlab.archlinux.org.