summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2020-02-28 10:09:28 -0500
committerDavid Rodriguez2020-02-28 10:09:28 -0500
commit3da5782d01400753e1428447f3571e72c50caba4 (patch)
treee67d2e612ae82b08eed1305f306210d2e580776f
parent5f9943540760e6c2f50cb24db00d7a31c3d951c1 (diff)
downloadaur-3da5782d01400753e1428447f3571e72c50caba4.tar.gz
Update to version 1.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a19eef98b90..b8ee34bf894c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = 1.15.2
+ pkgver = 1.16.0
pkgrel = 2
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.15.2::https://github.com/kubernetes/kops/releases/download/v1.15.2/kops-linux-amd64
- sha1sums = 3c0ee3a75659f4654b87122709596965afca280b
+ source = kops-linux-amd64-1.16.0::https://github.com/kubernetes/kops/releases/download/v1.16.0/kops-linux-amd64
+ sha1sums = 95295b67781a57d9c1a578e1dd1a67c5052a6f03
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 9cf06665657e..0bdb52edb00e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.15.2
+pkgver=1.16.0
pkgrel=2
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/v${pkgver}/kops-linux-amd64")
-sha1sums=('3c0ee3a75659f4654b87122709596965afca280b')
+sha1sums=('95295b67781a57d9c1a578e1dd1a67c5052a6f03')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"