summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 15:50:54 +0200
committerGoliathLabs2020-06-11 15:50:54 +0200
commit77ce6a37e0344a95649ba4cb80b850ae025dab46 (patch)
treeffc001a7d2926c205e73ecd3a35fc37b0232c060 /PKGBUILD
parent89b0d06983b0c0aa665b1a59c46bb2ea636fe88a (diff)
downloadaur-77ce6a37e0344a95649ba4cb80b850ae025dab46.tar.gz
Updated: 0.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ee3f7ba89cd..39bb90085e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Zachary Elliott <contact@zell.io>
pkgname=kube-aws
-pkgver=v0.15.2
+pkgver=v0.16.1
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=('d8abdf6b7e7eecc51a6592420f25068e7c348a88ba4a45403bd660de3dbf9b043abcc1ad78090b372fd10f094b6071be04eb2f5c632faaed4fc399eb91d1ba00')
+sha512sums=('281bf024822b0861401e5959c507e999729df28505aedecfa6de73f98f0163b420720286dbd4444d7d73033018f3a611675b2e998689fd466740b73a963e2926')
package() {
install -D -g root -m 0755 -o root "$srcdir/linux-amd64/kube-aws" "$pkgdir/usr/bin/kube-aws"