summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-07-06 21:55:50 +0200
committerGoliathLabs2020-07-06 21:55:50 +0200
commitbcd2673069f2add23ec26f51b9825ad911534afe (patch)
tree0428361b4b94bdc1795818a5d211274f8c0e51aa /PKGBUILD
parent043a92b1cb2e88914b8d671ea9c4949272b610bc (diff)
downloadaur-kube-aws.tar.gz
Updated: 0.16.2
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"