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


Commits:
5c520a8e by kpcyrd at 2023-12-21T00:05:00+01:00
upgpkg: 0.13.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.12.0
+       pkgver = 0.13.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.12.0/apko-0.12.0.tar.gz
-       sha256sums = 
3b1911d16ecdb76d1678602e6ae0cd859043bbe9904bdad10d44d517882b2155
-       b2sums = 
6d52bcbd97fea6998c7c379f4898675d767f841d752c9117008f8bacc2cd529dea87f95a73d4337cf36a976289fa86bf7c560f744d8d8f6465c7c830a0a7f1c6
+       source = 
https://github.com/chainguard-dev/apko/archive/v0.13.0/apko-0.13.0.tar.gz
+       sha256sums = 
2f41207474b3de5dd6982af8ad47e8551bee46bcdc717709bf7bc5de6a9beb1e
+       b2sums = 
37678420e2f3bf27e816603c23fbe29276de165974714b6be8ccbb8a46f1d71ed557da4bbee42fced1077011464a73ed1e9573162a1fc479115902c82a46af91
 
 pkgname = apko


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=apko
-pkgver=0.12.0
+pkgver=0.13.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=('3b1911d16ecdb76d1678602e6ae0cd859043bbe9904bdad10d44d517882b2155')
-b2sums=('6d52bcbd97fea6998c7c379f4898675d767f841d752c9117008f8bacc2cd529dea87f95a73d4337cf36a976289fa86bf7c560f744d8d8f6465c7c830a0a7f1c6')
+sha256sums=('2f41207474b3de5dd6982af8ad47e8551bee46bcdc717709bf7bc5de6a9beb1e')
+b2sums=('37678420e2f3bf27e816603c23fbe29276de165974714b6be8ccbb8a46f1d71ed557da4bbee42fced1077011464a73ed1e9573162a1fc479115902c82a46af91')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -28,7 +28,7 @@ build() {
 check() {
   cd "${pkgname}-${pkgver}"
   # skip TestPublish: https://github.com/chainguard-dev/apko/issues/881
-  go test ./... -skip TestPublish
+  go test ./... -skip 'TestPublish|TestBuild'
 }
 
 package() {



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

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


Reply via email to