diff options
author | Dennis Oehme | 2017-12-04 15:16:22 +0100 |
---|---|---|
committer | Dennis Oehme | 2017-12-04 15:16:22 +0100 |
commit | 3dc1b33a92e762eb55ad28b80fa642f71d7c8750 (patch) | |
tree | 7e4c4a96fc1736a24102af6eb59ba1ca75266bcc | |
parent | 0560500ada88985fdeb6519c54773fa87130a24d (diff) | |
download | aur-3dc1b33a92e762eb55ad28b80fa642f71d7c8750.tar.gz |
bump version to 1.8.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.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 @@ -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 |