summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2019-09-27 10:02:03 -0400
committerDavid Rodriguez2019-09-27 10:02:03 -0400
commit2ed3f484cff5f6b4e0f095e7247686fae88d275c (patch)
treeed4f9496adebce2122677794a9b516e292bbf001
parent88921a35a0aece359dd8effd64849914440fd045 (diff)
downloadaur-2ed3f484cff5f6b4e0f095e7247686fae88d275c.tar.gz
Update to version 1.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d33d2c45a07..ee4dd823e1d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.13.0
+ pkgver = 1.13.2
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.13.0::https://github.com/kubernetes/kops/releases/download/1.13.0/kops-linux-amd64
- sha1sums = 5b64049c38152720d695ceed0fce9d6592ddf0c1
+ source = kops-linux-amd64-1.13.2::https://github.com/kubernetes/kops/releases/download/1.13.2/kops-linux-amd64
+ sha1sums = e8ebae8a5589cc910e1c478182e0e8de9e784410
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 83252f3ec9c8..385e9a4684dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.13.0
+pkgver=1.13.2
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=('5b64049c38152720d695ceed0fce9d6592ddf0c1')
+sha1sums=('e8ebae8a5589cc910e1c478182e0e8de9e784410')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"