summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2020-09-07 00:39:28 +0300
committeralex2020-09-07 00:39:28 +0300
commit8074a7b9c8bf2239c70208e7434a3fd969ea03e3 (patch)
tree56c9ffc8a1115878cdeef1a9d3a7b5a57f0632ea
parent99742c16b8c00a86a5fef459402d99c1468711ae (diff)
downloadaur-8074a7b9c8bf2239c70208e7434a3fd969ea03e3.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e543e3b3b68d..8abab7ca8273 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.5.1
+ pkgver = 0.6.10
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.5.1::https://github.com/alexellis/arkade/releases/download/0.5.1/arkade
- sha256sums = a73bdf6ce6eaffd78823f3f785fa95104bf793fe65dfb249c5db5059d6dc17d0
+ source = arkade-bin-0.6.10::https://github.com/alexellis/arkade/releases/download/0.6.10/arkade
+ sha256sums = cc0043a163aa6125c439c00e8cae6c8aea017c349fecfa5f790cba5a46edc478
pkgname = arkade-bin
diff --git a/PKGBUILD b/PKGBUILD
index 283e1b85f9c8..052d9d67acbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arkade-bin
_pkgname=arkade
-pkgver=0.5.1
+pkgver=0.6.10
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.'
@@ -46,4 +46,5 @@ package() {
# "$pkgdir/usr/bin/provides" completion zsh > "$pkgdir/usr/share/zsh/site-functions/_provides"
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et:
+sha256sums=('cc0043a163aa6125c439c00e8cae6c8aea017c349fecfa5f790cba5a46edc478')