summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortexhnolyze2023-11-07 01:39:35 +0100
committertexhnolyze2023-11-07 01:39:35 +0100
commitfd2d2639b1fec1ec6f9a5819661874929a29118b (patch)
tree9587c5193f4ab76eed3687190f548584d12d3941 /PKGBUILD
parent8a377481e537bcdec34d035c26ec0e316067cfb8 (diff)
downloadaur-kyma.tar.gz
feat: update to version 2.19.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d7190afca0..1cc4f9207df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Arturo Penen <apenen@gmail.com>
pkgname=kyma
-pkgver=2.16.0
+pkgver=2.19.3
pkgrel=1
pkgdesc='Provides a set of commands you can use to install, manage, and test Kyma.'
url='https://github.com/kyma-project/cli'
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('Apache')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('bad2564b86addad90131f045cefdffcb8b9f481d528537d8b9557b82f38bd9cd')
+sha256sums=('ed39a56893d04cababefef22126b781cd49694dd5b8b7d99b7f99ccfb85c9620')
build() {
cd cli-$pkgver