summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2018-12-17 16:24:16 -0500
committerDavid Rodriguez2018-12-17 16:24:16 -0500
commite5c8104361ef0fd7c46677ed80d66f774a98e060 (patch)
tree7c47b2fc3cdc353f6b0f8c69714a7216c5fe619a
parent98b23debe445fcbbc3271c20295e61729680df03 (diff)
downloadaur-e5c8104361ef0fd7c46677ed80d66f774a98e060.tar.gz
Update to version 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db057811a4a2..e0b8df7e86cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.7.1
+ pkgver = 1.10.1
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.7.1::https://github.com/kubernetes/kops/releases/download/1.7.1/kops-linux-amd64
- sha512sums = 10267466a3dd37098480d34d267319fca201e3af58e41f65786b96699d2767074df3043350501d6178c6c1834eddd45384c3807e9d459fd9f07bdc7084983214
+ source = kops-linux-amd64-1.10.1::https://github.com/kubernetes/kops/releases/download/1.10.1/kops-linux-amd64
+ sha1sums = aaa34a80e7e24104fd90f9c2571b37fa7c0b3284
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 8d2a8c31fdff..d3f90cc44ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Zachary Elliott <contact@zell.io>
+# Maintainer: David Rodriguez <dissonant.tech@gmail.com>
+# Contributor: Zachary Elliott <contact@zell.io>
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.7.1
+pkgver=1.10.1
pkgrel=1
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management"
arch=('x86_64')
@@ -11,7 +12,7 @@ license=('Apache')
makedepends=()
source=("kops-linux-amd64-$pkgver::https://github.com/kubernetes/kops/releases/download/${pkgver}/kops-linux-amd64")
-sha512sums=('10267466a3dd37098480d34d267319fca201e3af58e41f65786b96699d2767074df3043350501d6178c6c1834eddd45384c3807e9d459fd9f07bdc7084983214')
+sha1sums=('aaa34a80e7e24104fd90f9c2571b37fa7c0b3284')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"