summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrad Erhart2019-12-10 09:22:52 -0800
committerBrad Erhart2019-12-10 09:22:52 -0800
commit1710b2fb5a5c193986ae2adc4a03a7c8df0c3501 (patch)
tree9987fb7d3ec4d3145bf3215443e0ddbd3369e18d /PKGBUILD
parent51f570e9912caaa4f3c91c00a7b8274d438a59d9 (diff)
downloadaur-1710b2fb5a5c193986ae2adc4a03a7c8df0c3501.tar.gz
Updating to eksctl v0.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c59dc694f6e..8973d4433b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eksctl-bin
_pkgname=${pkgname%-bin}
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="A simple CLI tool for creating clusters on Amazon's EKS"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(Apache)
depends=(kubectl)
conflicts=($_pkgname)
source=("https://github.com/weaveworks/eksctl/releases/download/$pkgver/${_pkgname}_Linux_amd64.tar.gz")
-sha256sums=(4f88ad07a945af1d77c2d7a5dd417ffe82c0e9045ceea3e7ccad5fe3791d3981)
+sha256sums=(fd60d6227bfce7d6b7e08e1257f939570c7d93e8f64d9ee9cf17d1250a1770a9)
package() {
install -Dm 755 $_pkgname "$pkgdir/usr/bin/$_pkgname"