summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2019-12-03 12:42:54 -0500
committerDavid Rodriguez2019-12-03 12:42:54 -0500
commitfcdf5afb84269f0761145902a0b5e1c523281741 (patch)
tree17a1b9e82ababc1d6152275b5384e9433f01e225
parent706ba8cb513a600321c0091531ac3f068d300c92 (diff)
downloadaur-fcdf5afb84269f0761145902a0b5e1c523281741.tar.gz
Update to version 1.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb488652cc7f..e942002c7317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.14.0
+ pkgver = 1.15.0
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.14.0::https://github.com/kubernetes/kops/releases/download/1.14.0/kops-linux-amd64
- sha1sums = a78c9a5f336f42aae5c51106454275ef41e5f32d
+ source = kops-linux-amd64-1.15.0::https://github.com/kubernetes/kops/releases/download/1.15.0/kops-linux-amd64
+ sha1sums = 2ac2c95749dabc5a297cde5f346caafc59b3656a
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index bd166b4228fa..335bb46029b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.14.0
+pkgver=1.15.0
pkgrel=1
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
makedepends=()
source=("kops-linux-amd64-$pkgver::https://github.com/kubernetes/kops/releases/download/${pkgver}/kops-linux-amd64")
-sha1sums=('a78c9a5f336f42aae5c51106454275ef41e5f32d')
+sha1sums=('2ac2c95749dabc5a297cde5f346caafc59b3656a')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"