summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Krebs2023-04-03 11:07:24 +0200
committerSebastian Krebs2023-04-03 11:07:24 +0200
commit280f0b2a7d63cd449019a3718f7fef4f6291fa69 (patch)
treea1d5c933a69372ff343da7659dd7f87f4ecde0fc /PKGBUILD
parentf7921f87687ab58679a1b44a0f410b13effbcb3b (diff)
downloadaur-280f0b2a7d63cd449019a3718f7fef4f6291fa69.tar.gz
kaniko Release v1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7694139996e3..ca6d4e8a4a01 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.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='Build Container Images In Kubernetes'
arch=('x86_64')
@@ -13,7 +13,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=('168353ffb9bed40cb104f41028bb2b677d5af0a25f751e5f9b892835dc46945e')
+sha256sums=('4fcbf3c3635f462f0498b51dd9d85e40492c9eab4ea0cb2804e51e27dd56e3aa')
build() {
cd "$pkgname-$pkgver"