summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Elliott2017-01-17 18:15:51 -0500
committerZachary Elliott2017-01-17 18:15:51 -0500
commit358fef6adee2fcb6dad90a12c919178edd918a7d (patch)
tree06c955cf7e8a57f8d6f0dc157bb5a902f46870ce
parent01ca8b1b1441a5317f548ee90ec98317c9bbbec6 (diff)
downloadaur-358fef6adee2fcb6dad90a12c919178edd918a7d.tar.gz
Update to v0.9.1
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeb1d7f9b99e..caa82d116cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
# https://github.com/zellio/pkgbuild
pkgname=kube-aws
-pkgver=v0.8.1
+pkgver=v0.9.1
pkgrel=1
pkgdesc="CLI tool to automate Kubernetes cluster deployment to AWS"
arch=('x86_64')
-url="https://github.com/coreos/coreos-kubernetes"
+url="https://github.com/coreos/kube-aws"
license=('Apache')
makedepends=()
-
-source=("https://github.com/coreos/coreos-kubernetes/releases/download/${pkgver}/kube-aws-linux-amd64.tar.gz")
-sha512sums=('d64d21b93e9ed38af9dc0b6141631087921292e947231c651f359a37c0c9ead609dfa44a299b6269c5a9c7b468c1d9593fe19a05527851f0da64c98235f2219f')
+source=("${url}/releases/download/${pkgver}/kube-aws-linux-amd64.tar.gz")
+sha512sums=('9ab5c36812086367d5050eb9535ea7dca51b514b7c812428a85aa36861b43c2077f08f2f00890fa9974e916881712e4005b9f57655a333519f17dcf49fec8427')
package() {
install -D -g root -m 0755 -o root "$srcdir/linux-amd64/kube-aws" "$pkgdir/usr/bin/kube-aws"