summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Elliott2017-11-19 13:15:15 -0500
committerZachary Elliott2017-11-19 13:15:15 -0500
commitbd3e63462f817194b5fc618e8620b0f35adf1e9d (patch)
tree02a79a096195a41eff2e88c34b8c6203d1242e8a
parent475bbd122b2ff44428774b65f049f36ce64b23f9 (diff)
downloadaur-bd3e63462f817194b5fc618e8620b0f35adf1e9d.tar.gz
Update to v0.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c2dadca5c5..65f1516fa244 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kube-aws
pkgdesc = CLI tool to automate Kubernetes cluster deployment to AWS
- pkgver = v0.9.6
+ pkgver = v0.9.8
pkgrel = 1
url = https://github.com/coreos/kube-aws
arch = x86_64
license = Apache
- source = https://github.com/coreos/kube-aws/releases/download/v0.9.6/kube-aws-linux-amd64.tar.gz
- sha512sums = b4796e8b4c582f69bd4e6f52a4658022ad2390fd0fd2b6896a476de2b0396827ea405b34f3cec61c0b78dac46a4985943e60dcf78dd0d075a1fc6de637369d38
+ source = https://github.com/coreos/kube-aws/releases/download/v0.9.8/kube-aws-linux-amd64.tar.gz
+ sha512sums = fd1c9825b3e52c3eb021830d8b2d687f61f871ad1b9ae366d2f43b5c78f1575970cb7da1939c0d338c92d701599cbd46e02dc981ec135f02aace848f2d99a79c
pkgname = kube-aws
diff --git a/PKGBUILD b/PKGBUILD
index abd0a34d2122..022ca4661ecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/zellio/pkgbuild
pkgname=kube-aws
-pkgver=v0.9.6
+pkgver=v0.9.8
pkgrel=1
pkgdesc="CLI tool to automate Kubernetes cluster deployment to AWS"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/coreos/kube-aws"
license=('Apache')
makedepends=()
source=("${url}/releases/download/${pkgver}/kube-aws-linux-amd64.tar.gz")
-sha512sums=('b4796e8b4c582f69bd4e6f52a4658022ad2390fd0fd2b6896a476de2b0396827ea405b34f3cec61c0b78dac46a4985943e60dcf78dd0d075a1fc6de637369d38')
+sha512sums=('fd1c9825b3e52c3eb021830d8b2d687f61f871ad1b9ae366d2f43b5c78f1575970cb7da1939c0d338c92d701599cbd46e02dc981ec135f02aace848f2d99a79c')
package() {
install -D -g root -m 0755 -o root "$srcdir/linux-amd64/kube-aws" "$pkgdir/usr/bin/kube-aws"