diff options
author | Dennis Oehme | 2019-01-03 09:08:19 +0100 |
---|---|---|
committer | Dennis Oehme | 2019-01-03 09:08:19 +0100 |
commit | 6a6d62cfbc5a756bef61405f826f207347b933ff (patch) | |
tree | 85666fd428b0bef2e9dcc8ffc18e23976f7a8270 | |
parent | 7d1b687c0e2e5a9d11642033af00574b7a8f653c (diff) | |
download | aur-6a6d62cfbc5a756bef61405f826f207347b933ff.tar.gz |
bump version to 1.11.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = kops-bin pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management - pkgver = 1.10.1 + pkgver = 1.11.0 pkgrel = 1 url = https://github.com/kubernetes/kops arch = x86_64 license = apache - source_x86_64 = kops-bin-1.10.1::https://github.com/kubernetes/kops/releases/download/1.10.1/kops-linux-amd64 - md5sums_x86_64 = f9fc89c7d935873e9d4510d2f33726cf + source_x86_64 = kops-bin-1.11.0::https://github.com/kubernetes/kops/releases/download/1.11.0/kops-linux-amd64 + md5sums_x86_64 = 7f018448846da444bc1114daece07bee pkgname = kops-bin @@ -1,7 +1,7 @@ # Maintainer: Dennis Oehme <oehme@gardenofconcepts.com> pkgname=kops-bin -pkgver=1.10.1 +pkgver=1.11.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=('f9fc89c7d935873e9d4510d2f33726cf') +md5sums_x86_64=('7f018448846da444bc1114daece07bee') package() { install -d ${pkgdir}/usr/bin |