summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAyrton Santana2022-07-13 19:37:26 -0300
committerAyrton Santana2022-07-13 19:37:26 -0300
commitb3cc9a728c0ecc8d4d7d4b4a3f1e7c337fb33e77 (patch)
treeb976913ee266459e87a6a550345e5980e1638997 /PKGBUILD
parentb5cba54bb4b4aaca24c2153f4dd97542d6b82fe7 (diff)
downloadaur-b3cc9a728c0ecc8d4d7d4b4a3f1e7c337fb33e77.tar.gz
upgpkg: arkade-bin 1:0.8.28-1
upstream release Upgrade arkade-bin to 0.8.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cad297c32a6..203b79a08c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arkade-bin
_pkgname=arkade
-pkgver=0.8.11
+pkgver=0.8.28
pkgrel=1
epoch=1
pkgdesc='Your one-stop CLI for Kubernetes. provides a simple CLI with strongly-typed flags to install charts and apps to your cluster in one command.'
@@ -25,7 +25,7 @@ provides=('arkade')
_OWNER=alexellis
case "${CARCH}" in
- x86_64) _CARCH='' && sha256sums=('6eb47fa70180d79623accd24e92fc8de68c061fb9957a848c1e32abf91d4ad8b');;
+ x86_64) _CARCH='' && sha256sums=('b1e1035edb936efbd0635835962e03474011e20e6b23a46dfc8b1fc6eaea5fe3');;
aarch64) _CARCH='-arm64' && sha256sums=('SKIP');;
arm*) _CARCH='-armhf' && sha256sums=('SKIP');;
esac