summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2019-05-18 17:43:09 -0400
committerDavid Rodriguez2019-05-18 17:43:09 -0400
commitc3b6f0a0850b0c1244ec535762f0500cc8dfbb47 (patch)
tree1b6200b9db11f3df0551fa1959fc227800df7903
parent373bbfac209185c9eda4efad54f14771b6f1ebab (diff)
downloadaur-c3b6f0a0850b0c1244ec535762f0500cc8dfbb47.tar.gz
Update to version 1.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45766b537eb3..3a286173c499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.11.1
- pkgrel = 2
+ pkgver = 1.12.1
+ pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.11.1::https://github.com/kubernetes/kops/releases/download/1.11.1/kops-linux-amd64
- sha1sums = 11981af52b86b6bbc0cbbd568c4a52d42fc67ec8
+ source = kops-linux-amd64-1.12.1::https://github.com/kubernetes/kops/releases/download/1.12.1/kops-linux-amd64
+ sha1sums = c8d5a187d72e0564ab7f2777fe9620d925664873
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index d9d9f0e5430b..6ad9e67e7b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.11.1
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management"
arch=('x86_64')
url="https://github.com/kubernetes/kops"
@@ -12,7 +12,7 @@ license=('Apache')
makedepends=()
source=("kops-linux-amd64-$pkgver::https://github.com/kubernetes/kops/releases/download/${pkgver}/kops-linux-amd64")
-sha1sums=('11981af52b86b6bbc0cbbd568c4a52d42fc67ec8')
+sha1sums=('c8d5a187d72e0564ab7f2777fe9620d925664873')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"