summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oehme2018-08-18 20:37:56 +0200
committerDennis Oehme2018-08-18 20:37:56 +0200
commit778d259dd2e3ee6892e09bed223b1641bdb59593 (patch)
treece7b9611b548fc2b266da56e3a13282d0594b660
parent34c2ba1ab80bfc788a2f4104b3b931181003238d (diff)
downloadaur-778d259dd2e3ee6892e09bed223b1641bdb59593.tar.gz
bump version to 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0745315a938..7c34f5b0bae7 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.2
- pkgrel = 2
+ pkgver = 1.10.0
+ pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = apache
- source_x86_64 = kops-bin-1.9.2::https://github.com/kubernetes/kops/releases/download/1.9.2/kops-linux-amd64
- md5sums_x86_64 = 0222c5e734a8fa625445d65b7a5f60e5
+ source_x86_64 = kops-bin-1.10.0::https://github.com/kubernetes/kops/releases/download/1.10.0/kops-linux-amd64
+ md5sums_x86_64 = d2fd765b3880974b8521b585ea4a4fa2
pkgname = kops-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63dccaf3b9fc..2d9b5fb0c719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Dennis Oehme <oehme@gardenofconcepts.com>
pkgname=kops-bin
-pkgver=1.9.2
+pkgver=1.10.0
_build=${pkgver}
-pkgrel=2
+pkgrel=1
pkgdesc='Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management'
url='https://github.com/kubernetes/kops'
arch=('x86_64')
@@ -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=('0222c5e734a8fa625445d65b7a5f60e5')
+md5sums_x86_64=('d2fd765b3880974b8521b585ea4a4fa2')
package() {
install -d ${pkgdir}/usr/bin