summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2020-10-23 11:16:24 +0300
committeralex2020-10-23 11:16:24 +0300
commitfeef2b758537da947a05cc9d8d78a9ca968182f8 (patch)
treeb74ed6934870b6a5bfd602c616266f429b8e6d8b
parent8bb7fbf42fcb119c7f7d9530625e09a37020e2cc (diff)
downloadaur-feef2b758537da947a05cc9d8d78a9ca968182f8.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c712692310..7a481c80e4d6 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.6.11
+ pkgver = 0.6.15
pkgrel = 1
epoch = 1
url = https://github.com/alexellis/arkade/
@@ -20,8 +20,8 @@ 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.6.11::https://github.com/alexellis/arkade/releases/download/0.6.11/arkade
- sha256sums = 8f02dbd735f7e0a7e70931315446fd159366fb5caaa654866721e1718cf6619e
+ source = arkade-bin-0.6.15::https://github.com/alexellis/arkade/releases/download/0.6.15/arkade
+ sha256sums = 2888a4d77dec2bca29dddcc6d24603183bf78479d363b89fb47a29fba21f8d0d
pkgname = arkade-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f0463493b6d..29f358af0fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arkade-bin
_pkgname=arkade
-pkgver=0.6.11
+pkgver=0.6.15
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=('8f02dbd735f7e0a7e70931315446fd159366fb5caaa654866721e1718cf6619e');;
+ x86_64) _CARCH='' && sha256sums=('2888a4d77dec2bca29dddcc6d24603183bf78479d363b89fb47a29fba21f8d0d');;
aarch64) _CARCH='-arm64' && sha256sums=('SKIP');;
arm*) _CARCH='-armhf' && sha256sums=('SKIP');;
esac