summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-13 19:18:58 +0200
committerGoliathLabs2020-06-13 19:18:58 +0200
commit043a92b1cb2e88914b8d671ea9c4949272b610bc (patch)
treeeefab69e91d164d4035fdd880c50385d3292109a /PKGBUILD
parent77ce6a37e0344a95649ba4cb80b850ae025dab46 (diff)
downloadaur-043a92b1cb2e88914b8d671ea9c4949272b610bc.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39bb90085e6f..10dbb93bc729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Zachary Elliott <contact@zell.io>
pkgname=kube-aws
-pkgver=v0.16.1
-pkgrel=1
+pkgver=0.16.1
+pkgrel=2
pkgdesc="CLI tool to automate Kubernetes cluster deployment to AWS"
arch=('x86_64')
url="https://github.com/coreos/kube-aws"
license=('Apache')
makedepends=()
-source=("${url}/releases/download/${pkgver}/kube-aws-linux-amd64.tar.gz")
+source=("${url}/releases/download/v${pkgver}/kube-aws-linux-amd64.tar.gz")
sha512sums=('281bf024822b0861401e5959c507e999729df28505aedecfa6de73f98f0163b420720286dbd4444d7d73033018f3a611675b2e998689fd466740b73a963e2926')
package() {