summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2019-09-04 11:04:37 -0400
committerDavid Rodriguez2019-09-04 11:04:37 -0400
commit88921a35a0aece359dd8effd64849914440fd045 (patch)
tree49df7c1b3f695267a4c9330ca01df0c7d10756f7
parentbf000d2df1fa7a6e5e069254fbff3aa447a5a819 (diff)
downloadaur-88921a35a0aece359dd8effd64849914440fd045.tar.gz
Update to version 1.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e1ab0b11d9..0d33d2c45a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.12.2
- pkgrel = 3
+ pkgver = 1.13.0
+ pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.12.2::https://github.com/kubernetes/kops/releases/download/1.12.2/kops-linux-amd64
- sha1sums = 9f2ec112d8100b5e9a791d92ae7421ed64c7707f
+ source = kops-linux-amd64-1.13.0::https://github.com/kubernetes/kops/releases/download/1.13.0/kops-linux-amd64
+ sha1sums = 5b64049c38152720d695ceed0fce9d6592ddf0c1
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 87726a5c43ae..83252f3ec9c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.12.2
-pkgrel=3
+pkgver=1.13.0
+pkgrel=1
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management"
arch=('x86_64')
url="https://github.com/kubernetes/kops"
@@ -12,7 +12,7 @@ license=('Apache')
makedepends=()
source=("kops-linux-amd64-$pkgver::https://github.com/kubernetes/kops/releases/download/${pkgver}/kops-linux-amd64")
-sha1sums=('9f2ec112d8100b5e9a791d92ae7421ed64c7707f')
+sha1sums=('5b64049c38152720d695ceed0fce9d6592ddf0c1')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"