summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-13 20:13:59 +0200
committerGoliathLabs2020-05-13 20:13:59 +0200
commit89b0d06983b0c0aa665b1a59c46bb2ea636fe88a (patch)
tree16948e2d890190b9c2d3a978509a39a5d2f569b6
parentbd3e63462f817194b5fc618e8620b0f35adf1e9d (diff)
downloadaur-89b0d06983b0c0aa665b1a59c46bb2ea636fe88a.tar.gz
Updated: 0.15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f1516fa244..669866c68a5c 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.8
+ pkgver = v0.15.2
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.8/kube-aws-linux-amd64.tar.gz
- sha512sums = fd1c9825b3e52c3eb021830d8b2d687f61f871ad1b9ae366d2f43b5c78f1575970cb7da1939c0d338c92d701599cbd46e02dc981ec135f02aace848f2d99a79c
+ source = https://github.com/coreos/kube-aws/releases/download/v0.15.2/kube-aws-linux-amd64.tar.gz
+ sha512sums = d8abdf6b7e7eecc51a6592420f25068e7c348a88ba4a45403bd660de3dbf9b043abcc1ad78090b372fd10f094b6071be04eb2f5c632faaed4fc399eb91d1ba00
pkgname = kube-aws
diff --git a/PKGBUILD b/PKGBUILD
index 022ca4661ecf..7ee3f7ba89cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Zachary Elliott <contact@zell.io>
-# https://github.com/zellio/pkgbuild
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Zachary Elliott <contact@zell.io>
pkgname=kube-aws
-pkgver=v0.9.8
+pkgver=v0.15.2
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=('fd1c9825b3e52c3eb021830d8b2d687f61f871ad1b9ae366d2f43b5c78f1575970cb7da1939c0d338c92d701599cbd46e02dc981ec135f02aace848f2d99a79c')
+sha512sums=('d8abdf6b7e7eecc51a6592420f25068e7c348a88ba4a45403bd660de3dbf9b043abcc1ad78090b372fd10f094b6071be04eb2f5c632faaed4fc399eb91d1ba00')
package() {
install -D -g root -m 0755 -o root "$srcdir/linux-amd64/kube-aws" "$pkgdir/usr/bin/kube-aws"