summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2019-12-10 09:22:52 -0800
committerBrad Erhart2019-12-10 09:22:52 -0800
commit1710b2fb5a5c193986ae2adc4a03a7c8df0c3501 (patch)
tree9987fb7d3ec4d3145bf3215443e0ddbd3369e18d
parent51f570e9912caaa4f3c91c00a7b8274d438a59d9 (diff)
downloadaur-1710b2fb5a5c193986ae2adc4a03a7c8df0c3501.tar.gz
Updating to eksctl v0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ac61d90df9..e9fa17ca79cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = eksctl-bin
pkgdesc = A simple CLI tool for creating clusters on Amazon's EKS
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://eksctl.io
arch = x86_64
license = Apache
depends = kubectl
conflicts = eksctl
- source = https://github.com/weaveworks/eksctl/releases/download/0.11.0/eksctl_Linux_amd64.tar.gz
- sha256sums = 4f88ad07a945af1d77c2d7a5dd417ffe82c0e9045ceea3e7ccad5fe3791d3981
+ source = https://github.com/weaveworks/eksctl/releases/download/0.11.1/eksctl_Linux_amd64.tar.gz
+ sha256sums = fd60d6227bfce7d6b7e08e1257f939570c7d93e8f64d9ee9cf17d1250a1770a9
pkgname = eksctl-bin
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"