summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2023-10-31 15:25:38 +0100
committerSebastian Krebs2023-10-31 15:25:38 +0100
commit59c5b8fb4c1abea29f2fdfbb7cbf2cbbdede3d79 (patch)
treee34820aecca44ec87baf3505067ea69ac218dbb8
parentffd624d412906773d8b24e2a6a82a7a7b2ee4571 (diff)
downloadaur-59c5b8fb4c1abea29f2fdfbb7cbf2cbbdede3d79.tar.gz
kaniko 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fbedb417a49..8288eecfd5a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kaniko
pkgdesc = Build Container Images In Kubernetes
- pkgver = 1.16.0
+ pkgver = 1.17.0
pkgrel = 1
url = https://github.com/GoogleContainerTools/kaniko
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = kaniko
depends = glibc
optdepends = bash: run_in_docker.sh script
options = !lto
- source = https://github.com/GoogleContainerTools/kaniko/archive/refs/tags/v1.16.0.tar.gz
- sha256sums = 5aabcc5d50e31408a0fb524ebbf3e8076ff875e8f080ac1be9acf920c2208ae4
+ source = https://github.com/GoogleContainerTools/kaniko/archive/refs/tags/v1.17.0.tar.gz
+ sha256sums = 30cb697262a3c6593b18794741da350e3453cf238009bced80f74cb819f23366
pkgname = kaniko
diff --git a/PKGBUILD b/PKGBUILD
index 00b1b9f40fa5..bcd39e5ef638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Fredy GarcĂ­a <frealgagu at gmail dot com>
# Contributor: Sebastian Krebs <sebastian@krebs.one>
pkgname=kaniko
-pkgver=1.16.0
+pkgver=1.17.0
pkgrel=1
pkgdesc='Build Container Images In Kubernetes'
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('bash: run_in_docker.sh script')
makedepends=('go')
options=(!lto)
source=("https://github.com/GoogleContainerTools/kaniko/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('5aabcc5d50e31408a0fb524ebbf3e8076ff875e8f080ac1be9acf920c2208ae4')
+sha256sums=('30cb697262a3c6593b18794741da350e3453cf238009bced80f74cb819f23366')
build() {
cd "$pkgname-$pkgver"