summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Santana2022-07-13 19:37:26 -0300
committerAyrton Santana2022-07-13 19:37:26 -0300
commitb3cc9a728c0ecc8d4d7d4b4a3f1e7c337fb33e77 (patch)
treeb976913ee266459e87a6a550345e5980e1638997
parentb5cba54bb4b4aaca24c2153f4dd97542d6b82fe7 (diff)
downloadaur-b3cc9a728c0ecc8d4d7d4b4a3f1e7c337fb33e77.tar.gz
upgpkg: arkade-bin 1:0.8.28-1
upstream release Upgrade arkade-bin to 0.8.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91016f4e469f..9d8f7a890c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arkade-bin
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.
- pkgver = 0.8.11
+ pkgver = 0.8.28
pkgrel = 1
epoch = 1
url = https://github.com/alexellis/arkade/
@@ -20,7 +20,7 @@ pkgbase = arkade-bin
optdepends = aws-cli: cli for Amazon Web Services
optdepends = google-cloud-sdk: gcloud - command-line tools for the Google Cloud Platform
provides = arkade
- source = arkade-bin-0.8.11::https://github.com/alexellis/arkade/releases/download/0.8.11/arkade
- sha256sums = 6eb47fa70180d79623accd24e92fc8de68c061fb9957a848c1e32abf91d4ad8b
+ source = arkade-bin-0.8.28::https://github.com/alexellis/arkade/releases/download/0.8.28/arkade
+ sha256sums = b1e1035edb936efbd0635835962e03474011e20e6b23a46dfc8b1fc6eaea5fe3
pkgname = arkade-bin
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