kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / apko
Commits: e8825cb5 by kpcyrd at 2025-09-16T12:02:12+02:00 upgpkg: 0.30.11-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = apko pkgdesc = Declarative APK-based container building tool with support for sigstore signatures - pkgver = 0.29.1 - pkgrel = 2 + pkgver = 0.30.11 + pkgrel = 1 url = https://github.com/chainguard-dev/apko arch = x86_64 license = Apache-2.0 @@ -9,8 +9,8 @@ pkgbase = apko depends = alpine-keyring depends = apk-tools depends = glibc - source = https://github.com/chainguard-dev/apko/archive/v0.29.1/apko-0.29.1.tar.gz - sha256sums = f7c446fca31b5e1933875f2c17e881885f034fc801ef8893d8a3883e66aaae7d - b2sums = 52c577b43039573948b4b325c2a16fc30dd59b1669273afebc0b944542b2b7df1f59735c6c9215a4201c1da0ed7a9385a77f2d29b3824120ee951e9c734aaada + source = https://github.com/chainguard-dev/apko/archive/v0.30.11/apko-0.30.11.tar.gz + sha256sums = 2cfcf8c51eb0b14caf8cbb98cdb6da6d1031d87fa1db0b1312eabca9f28aa3e9 + b2sums = 0f7acc5fee638d2b79b33e6a1227e2eb6a84fce06bd8e1da9451369d1111658dc97af1f65da13e92ac755778fd18f77b4948b4b3e754fe8b97a2a103739f2999 pkgname = apko ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> pkgname=apko -pkgver=0.29.1 -pkgrel=2 +pkgver=0.30.11 +pkgrel=1 pkgdesc="Declarative APK-based container building tool with support for sigstore signatures" url="https://github.com/chainguard-dev/apko" arch=('x86_64') @@ -16,8 +16,8 @@ makedepends=( 'go' ) source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz") -sha256sums=('f7c446fca31b5e1933875f2c17e881885f034fc801ef8893d8a3883e66aaae7d') -b2sums=('52c577b43039573948b4b325c2a16fc30dd59b1669273afebc0b944542b2b7df1f59735c6c9215a4201c1da0ed7a9385a77f2d29b3824120ee951e9c734aaada') +sha256sums=('2cfcf8c51eb0b14caf8cbb98cdb6da6d1031d87fa1db0b1312eabca9f28aa3e9') +b2sums=('0f7acc5fee638d2b79b33e6a1227e2eb6a84fce06bd8e1da9451369d1111658dc97af1f65da13e92ac755778fd18f77b4948b4b3e754fe8b97a2a103739f2999') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/e8825cb5d932ade58edeaa9d67191e32455bfe8f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/e8825cb5d932ade58edeaa9d67191e32455bfe8f You're receiving this email because of your account on gitlab.archlinux.org.