summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oehme2018-07-24 12:42:33 +0200
committerDennis Oehme2018-07-24 12:42:33 +0200
commitf6675a522f3407bce8b9bfccf91058eb983ab3d3 (patch)
tree92472ceb1428660a4a354f47217efe30a28f599a
parent5baee7644742fe5d57168772b5a9361f761fd5ac (diff)
downloadaur-f6675a522f3407bce8b9bfccf91058eb983ab3d3.tar.gz
bump version to 1.9.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af5fb1f74386..4907070ff79d 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.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = apache
- source_x86_64 = https://github.com/kubernetes/kops/releases/download/1.9.1/kops-linux-amd64
- md5sums_x86_64 = daa3904ed927c72f5e949273430ff979
+ source_x86_64 = https://github.com/kubernetes/kops/releases/download/1.9.2/kops-linux-amd64
+ md5sums_x86_64 = 0222c5e734a8fa625445d65b7a5f60e5
pkgname = kops-bin
diff --git a/PKGBUILD b/PKGBUILD
index ce64c368338a..2352494866d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis Oehme <oehme@gardenofconcepts.com>
pkgname=kops-bin
-pkgver=1.9.1
+pkgver=1.9.2
_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=("https://github.com/kubernetes/kops/releases/download/${_build}/kops-linux-amd64")
-md5sums_x86_64=('daa3904ed927c72f5e949273430ff979')
+md5sums_x86_64=('0222c5e734a8fa625445d65b7a5f60e5')
package() {
install -d ${pkgdir}/usr/bin