summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2020-09-09 21:29:10 +0300
committeralex2020-09-09 21:29:10 +0300
commit8bb7fbf42fcb119c7f7d9530625e09a37020e2cc (patch)
tree266177b04d91a5caa4f6e22d1b0f968be97d305f
parent8074a7b9c8bf2239c70208e7434a3fd969ea03e3 (diff)
downloadaur-8bb7fbf42fcb119c7f7d9530625e09a37020e2cc.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8abab7ca8273..06c712692310 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.10
+ pkgver = 0.6.11
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.10::https://github.com/alexellis/arkade/releases/download/0.6.10/arkade
- sha256sums = cc0043a163aa6125c439c00e8cae6c8aea017c349fecfa5f790cba5a46edc478
+ source = arkade-bin-0.6.11::https://github.com/alexellis/arkade/releases/download/0.6.11/arkade
+ sha256sums = 8f02dbd735f7e0a7e70931315446fd159366fb5caaa654866721e1718cf6619e
pkgname = arkade-bin
diff --git a/PKGBUILD b/PKGBUILD
index 052d9d67acbc..0f0463493b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arkade-bin
_pkgname=arkade
-pkgver=0.6.10
+pkgver=0.6.11
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=('a73bdf6ce6eaffd78823f3f785fa95104bf793fe65dfb249c5db5059d6dc17d0');;
+ x86_64) _CARCH='' && sha256sums=('8f02dbd735f7e0a7e70931315446fd159366fb5caaa654866721e1718cf6619e');;
aarch64) _CARCH='-arm64' && sha256sums=('SKIP');;
arm*) _CARCH='-armhf' && sha256sums=('SKIP');;
esac
@@ -46,5 +46,4 @@ package() {
# "$pkgdir/usr/bin/provides" completion zsh > "$pkgdir/usr/share/zsh/site-functions/_provides"
}
-# vim:set ts=2 sw=2 et:
-sha256sums=('cc0043a163aa6125c439c00e8cae6c8aea017c349fecfa5f790cba5a46edc478')
+# vim:set ts=2 sw=2 et: \ No newline at end of file