summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oehme2019-05-15 11:48:28 +0200
committerDennis Oehme2019-05-15 11:48:28 +0200
commitbf6afd9a0ca2166a32bb7c69e10c5cbd29816372 (patch)
treeb5cd08bea30d9614ae4349a5ae24ce4f461af8c0
parenta867f2e6b0c9616532a01628195d4ca1bc8c320c (diff)
downloadaur-bf6afd9a0ca2166a32bb7c69e10c5cbd29816372.tar.gz
bump version to 1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6383973cc667..1c440d4bb13e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops-bin
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.11.1
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = apache
- source_x86_64 = kops-bin-1.11.1::https://github.com/kubernetes/kops/releases/download/1.11.1/kops-linux-amd64
- md5sums_x86_64 = fd279d35e1d913c31663750e8d40b09c
+ source_x86_64 = kops-bin-1.12.0::https://github.com/kubernetes/kops/releases/download/1.12.0/kops-linux-amd64
+ md5sums_x86_64 = dd6453ea88711d0090b99f5a670c9c33
pkgname = kops-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f430889dd15..a84dd33e2065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis Oehme <oehme@gardenofconcepts.com>
pkgname=kops-bin
-pkgver=1.11.1
+pkgver=1.12.0
_build=${pkgver}
pkgrel=1
pkgdesc='Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management'
@@ -11,7 +11,7 @@ license=('apache')
conflicts=()
source_x86_64=("$pkgname-$pkgver::https://github.com/kubernetes/kops/releases/download/${_build}/kops-linux-amd64")
-md5sums_x86_64=('fd279d35e1d913c31663750e8d40b09c')
+md5sums_x86_64=('dd6453ea88711d0090b99f5a670c9c33')
package() {
install -d ${pkgdir}/usr/bin