kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / apko
Commits:
8bb01f85 by kpcyrd at 2026-01-13T18:56:35+01:00
upgpkg: 1.0.1-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.30.34
+ pkgver = 1.0.1
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.30.34/apko-0.30.34.tar.gz
- sha256sums =
5ff2e903667148dfab6b43982a254fa51cb9ae63332bb8f9e566a83e4d363a30
- b2sums =
11f26b9c2d779b11c7f98c8d6644927cde2e2fb8616512c27bcc1eaf2b60b69faff41a252675d1dad7e3e876a9977e6c0c5528bd0e7ad63a9d3122e21455f3e4
+ source =
https://github.com/chainguard-dev/apko/archive/v1.0.1/apko-1.0.1.tar.gz
+ sha256sums =
0e8c3c6847a8dae13d13de3c5b1e1e84cf8ce0b31120aed984971896ef58237f
+ b2sums =
d85b1e1f5ea27018bcdbe3bd95f7c3392745be3e12e242d732417ffc29188381d7797ce185e797a771cfa6bd242fefb6f32590f51a060ab83d466ebb2b48e00c
pkgname = apko
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=apko
-pkgver=0.30.34
+pkgver=1.0.1
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=('5ff2e903667148dfab6b43982a254fa51cb9ae63332bb8f9e566a83e4d363a30')
-b2sums=('11f26b9c2d779b11c7f98c8d6644927cde2e2fb8616512c27bcc1eaf2b60b69faff41a252675d1dad7e3e876a9977e6c0c5528bd0e7ad63a9d3122e21455f3e4')
+sha256sums=('0e8c3c6847a8dae13d13de3c5b1e1e84cf8ce0b31120aed984971896ef58237f')
+b2sums=('d85b1e1f5ea27018bcdbe3bd95f7c3392745be3e12e242d732417ffc29188381d7797ce185e797a771cfa6bd242fefb6f32590f51a060ab83d466ebb2b48e00c')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/8bb01f851232df9e482ddd339ed750b6564bae95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/8bb01f851232df9e482ddd339ed750b6564bae95
You're receiving this email because of your account on gitlab.archlinux.org.