summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Santana2022-10-16 00:14:28 -0300
committerAyrton Santana2022-10-16 00:14:28 -0300
commit2361d74fb4fa066a2c9a71720e3bd64b9e7039f1 (patch)
treecf1cc67c9fa3e1498c272323d6eb69da1d69fdc2
parentb3cc9a728c0ecc8d4d7d4b4a3f1e7c337fb33e77 (diff)
downloadaur-arkade-bin.tar.gz
bump version 0.8.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8f7a890c84..cf9b613274ce 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.28
+ pkgver = 0.8.46
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.28::https://github.com/alexellis/arkade/releases/download/0.8.28/arkade
- sha256sums = b1e1035edb936efbd0635835962e03474011e20e6b23a46dfc8b1fc6eaea5fe3
+ source = arkade-bin-0.8.46::https://github.com/alexellis/arkade/releases/download/0.8.46/arkade
+ sha256sums = 9bc9af1ca4da12f1041ad0029484bec14b33e0a87c35fcf07e7f901be53497b2
pkgname = arkade-bin
diff --git a/PKGBUILD b/PKGBUILD
index 203b79a08c27..2a56e524b427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: alex4ip <alex4ip@gmail.com>
-# Contiributer: Alex Ellis <alex@openfaas.com>
+# Maintainer: ayr-ton <ayrton@riseup.net>
+# Contributer: alex4ip <alex4ip@gmail.com>
+# Contributer: Alex Ellis <alex@openfaas.com>
pkgname=arkade-bin
_pkgname=arkade
-pkgver=0.8.28
+pkgver=0.8.46
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 +26,7 @@ provides=('arkade')
_OWNER=alexellis
case "${CARCH}" in
- x86_64) _CARCH='' && sha256sums=('b1e1035edb936efbd0635835962e03474011e20e6b23a46dfc8b1fc6eaea5fe3');;
+ x86_64) _CARCH='' && sha256sums=('9bc9af1ca4da12f1041ad0029484bec14b33e0a87c35fcf07e7f901be53497b2');;
aarch64) _CARCH='-arm64' && sha256sums=('SKIP');;
arm*) _CARCH='-armhf' && sha256sums=('SKIP');;
esac