summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2020-02-29 14:07:42 -0800
committerBrad Erhart2020-02-29 14:07:42 -0800
commit730cb8db614ad2d9e1e78a402bc35c75c06433ab (patch)
treec637a5fc9aad100e120b48cd842ea6921fb1e595
parent8f973a22739f89cd36bb229c7a4f0645ff34dcae (diff)
downloadaur-730cb8db614ad2d9e1e78a402bc35c75c06433ab.tar.gz
Updating eksctl to v0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d9a35e1db7..b244da522983 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.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://eksctl.io
arch = x86_64
license = Apache
depends = kubectl
conflicts = eksctl
- source = https://github.com/weaveworks/eksctl/releases/download/0.13.0/eksctl_Linux_amd64.tar.gz
- sha256sums = 73328372c14e8c0fb0571882a0497ee2e33d9c3d0e3d4987f035f07e4c4cd4a6
+ source = https://github.com/weaveworks/eksctl/releases/download/0.14.0/eksctl_Linux_amd64.tar.gz
+ sha256sums = 7c670d460e7b23c55c589056b9ed034952233d65b293035cc46a706233620ce8
pkgname = eksctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca017dcc67f8..b35635524632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eksctl-bin
_pkgname=${pkgname%-bin}
-pkgver=0.13.0
+pkgver=0.14.0
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=('73328372c14e8c0fb0571882a0497ee2e33d9c3d0e3d4987f035f07e4c4cd4a6')
+sha256sums=('7c670d460e7b23c55c589056b9ed034952233d65b293035cc46a706233620ce8')
package() {
install -Dm 755 $_pkgname "$pkgdir/usr/bin/$_pkgname"