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


Commits:
114e15b1 by kpcyrd at 2024-01-31T11:22:27+01:00
upgpkg: 0.14.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.13.3
+       pkgver = 0.14.0
        pkgrel = 1
        url = https://github.com/chainguard-dev/apko
        arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = apko
        makedepends = go
        depends = apk-tools
        depends = alpine-keyring
-       source = 
https://github.com/chainguard-dev/apko/archive/v0.13.3/apko-0.13.3.tar.gz
-       sha256sums = 
b6f7df72f7c6040b09556cb99c54783d9a74401645c0043056ba5668a9840814
-       b2sums = 
f8b06ccb670fa9755f7eec3ab0c786c050b52e326d41e856d7e41ca42f31a18cf3961caa48710733a0606821e4eb85249be977ce389576d6b6fdfbbc06f12100
+       source = 
https://github.com/chainguard-dev/apko/archive/v0.14.0/apko-0.14.0.tar.gz
+       sha256sums = 
fd3f0afd8864cdce87c30aa6f3ce85503ea5e2924da3be2219bf723bcc03877a
+       b2sums = 
c9c69ad762a441e74a0499c8ee712c3d4d41cb78f21b187762f61e50aa14f5fe1be9e4cce26d00abc03faf58ad5db420196803008e8604437bdbb14d38cd4f25
 
 pkgname = apko


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=apko
-pkgver=0.13.3
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Declarative APK-based container building tool with support for 
sigstore signatures"
 url="https://github.com/chainguard-dev/apko";
@@ -10,8 +10,8 @@ license=('Apache-2.0')
 depends=('apk-tools' 'alpine-keyring')
 makedepends=('go')
 
source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz";)
-sha256sums=('b6f7df72f7c6040b09556cb99c54783d9a74401645c0043056ba5668a9840814')
-b2sums=('f8b06ccb670fa9755f7eec3ab0c786c050b52e326d41e856d7e41ca42f31a18cf3961caa48710733a0606821e4eb85249be977ce389576d6b6fdfbbc06f12100')
+sha256sums=('fd3f0afd8864cdce87c30aa6f3ce85503ea5e2924da3be2219bf723bcc03877a')
+b2sums=('c9c69ad762a441e74a0499c8ee712c3d4d41cb78f21b187762f61e50aa14f5fe1be9e4cce26d00abc03faf58ad5db420196803008e8604437bdbb14d38cd4f25')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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


Reply via email to