summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oehme2017-12-04 15:16:22 +0100
committerDennis Oehme2017-12-04 15:16:22 +0100
commit3dc1b33a92e762eb55ad28b80fa642f71d7c8750 (patch)
tree7e4c4a96fc1736a24102af6eb59ba1ca75266bcc
parent0560500ada88985fdeb6519c54773fa87130a24d (diff)
downloadaur-3dc1b33a92e762eb55ad28b80fa642f71d7c8750.tar.gz
bump version to 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d35f463df76..a49459a639a6 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.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = apache
- source_x86_64 = https://github.com/kubernetes/kops/releases/download/1.7.1/kops-linux-amd64
- md5sums_x86_64 = bcf23215720616ce1f7adff225274361
+ source_x86_64 = https://github.com/kubernetes/kops/releases/download/1.8.0/kops-linux-amd64
+ md5sums_x86_64 = ff46ced06a54719c1e1d938c09850bf1
pkgname = kops-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f1a2775a914..4bed7e1eebab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis Oehme <oehme@gardenofconcepts.com>
pkgname=kops-bin
-pkgver=1.7.1
+pkgver=1.8.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=("https://github.com/kubernetes/kops/releases/download/${_build}/kops-linux-amd64")
-md5sums_x86_64=('bcf23215720616ce1f7adff225274361')
+md5sums_x86_64=('ff46ced06a54719c1e1d938c09850bf1')
package() {
install -d ${pkgdir}/usr/bin