summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10dbb93bc729..b0b06d94bf0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Zachary Elliott <contact@zell.io>
pkgname=kube-aws
-pkgver=0.16.1
+pkgver=0.16.2
pkgrel=2
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/v${pkgver}/kube-aws-linux-amd64.tar.gz")
-sha512sums=('281bf024822b0861401e5959c507e999729df28505aedecfa6de73f98f0163b420720286dbd4444d7d73033018f3a611675b2e998689fd466740b73a963e2926')
+sha512sums=('f76b1c01f6c5d54defd30e9a79260cd292b63e9f222e826804a24350ff8bd94832f9e5d5a48e2c1b2e891bc24113de1fa2057302f1fd3f32488de2c3aa898e59')
package() {
install -D -g root -m 0755 -o root "$srcdir/linux-amd64/kube-aws" "$pkgdir/usr/bin/kube-aws"