kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / apko


Commits:
ea9b62e8 by kpcyrd at 2024-09-17T03:15:12+02:00
upgpkg: 0.19.0-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.18.1
+       pkgver = 0.19.0
        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.18.1/apko-0.18.1.tar.gz
-       sha256sums = 
c38564e3d27ca39d59d5eb026b6de2406828e9a9243f65cc1044c82daba33f91
-       b2sums = 
48d3ec06e4d49a1b8f19571a6128f8457fa3eb4f397204cea9ba69879f8d0dca36477891789c0250f74e10f651810c8ac094bae0c3b0e29bee4e24a8ec7014cd
+       source = 
https://github.com/chainguard-dev/apko/archive/v0.19.0/apko-0.19.0.tar.gz
+       sha256sums = 
3ed44580a0b8070f7c9e8312f3e814fa82e0e0c31aea874b9f692af4bc417420
+       b2sums = 
33efe3280ab3da358b74da2f6be4237fae0947efdf45399fe6690516016edc579b76a65d66f35856fec78c9932f01dc95998d49d2c8bdf4e186bcaa7affc7017
 
 pkgname = apko


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=apko
-pkgver=0.18.1
+pkgver=0.19.0
 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=('c38564e3d27ca39d59d5eb026b6de2406828e9a9243f65cc1044c82daba33f91')
-b2sums=('48d3ec06e4d49a1b8f19571a6128f8457fa3eb4f397204cea9ba69879f8d0dca36477891789c0250f74e10f651810c8ac094bae0c3b0e29bee4e24a8ec7014cd')
+sha256sums=('3ed44580a0b8070f7c9e8312f3e814fa82e0e0c31aea874b9f692af4bc417420')
+b2sums=('33efe3280ab3da358b74da2f6be4237fae0947efdf45399fe6690516016edc579b76a65d66f35856fec78c9932f01dc95998d49d2c8bdf4e186bcaa7affc7017')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/ea9b62e8d27a72351f4cef42786fb420ae574a91

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apko/-/commit/ea9b62e8d27a72351f4cef42786fb420ae574a91
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to