kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / apko
Commits:
5f183018 by kpcyrd at 2025-04-02T00:04:01+02:00
upgpkg: 0.25.6-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.5
+ pkgver = 0.25.6
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.5/apko-0.25.5.tar.gz
- sha256sums =
02aba5d22e45feabfebb0a21a7dcbbe98b6e0a42efe3ecfda31e2702bfe56be2
- b2sums =
25cfa45a3c688c0dfc571d4f5773fc7ac68eb749d6569f16178fe463e5310c08293e49d2117920d279e53f87e03ee5476f662a47a7277b0c97406079f0221c58
+ source =
https://github.com/chainguard-dev/apko/archive/v0.25.6/apko-0.25.6.tar.gz
+ sha256sums =
bfd5187f39d4de73d2a53207d94bde96d69681644ba8ede1ec9f913958821db2
+ b2sums =
7ec6db9a9f81d4f222bdb9511bd24fd063eeda995d35bc878849b2b0eb1656ed2296eb172ddea6b9a57891d900cd403e680a8e232e1ba6278674332b807668cc
pkgname = apko
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=apko
-pkgver=0.25.5
+pkgver=0.25.6
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=('02aba5d22e45feabfebb0a21a7dcbbe98b6e0a42efe3ecfda31e2702bfe56be2')
-b2sums=('25cfa45a3c688c0dfc571d4f5773fc7ac68eb749d6569f16178fe463e5310c08293e49d2117920d279e53f87e03ee5476f662a47a7277b0c97406079f0221c58')
+sha256sums=('bfd5187f39d4de73d2a53207d94bde96d69681644ba8ede1ec9f913958821db2')
+b2sums=('7ec6db9a9f81d4f222bdb9511bd24fd063eeda995d35bc878849b2b0eb1656ed2296eb172ddea6b9a57891d900cd403e680a8e232e1ba6278674332b807668cc')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/5f18301894ae9ed0b2d67d654806650264d03d90
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/5f18301894ae9ed0b2d67d654806650264d03d90
You're receiving this email because of your account on gitlab.archlinux.org.