summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2020-02-13 10:29:55 -0500
committerDavid Rodriguez2020-02-13 10:29:55 -0500
commit5fc7ecc5a25c27d39ecec755442becf1fe10ab55 (patch)
tree23395e05278669bc4124722d9c7c1f14e9a58677
parentfcdf5afb84269f0761145902a0b5e1c523281741 (diff)
downloadaur-5fc7ecc5a25c27d39ecec755442becf1fe10ab55.tar.gz
Update to version 1.15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e942002c7317..6bf99fedb853 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.0
+ pkgver = 1.15.2
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.15.0::https://github.com/kubernetes/kops/releases/download/1.15.0/kops-linux-amd64
- sha1sums = 2ac2c95749dabc5a297cde5f346caafc59b3656a
+ source = kops-linux-amd64-1.15.2::https://github.com/kubernetes/kops/releases/download/1.15.2/kops-linux-amd64
+ sha1sums = 3c0ee3a75659f4654b87122709596965afca280b
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 335bb46029b0..2334260be2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=1.15.0
+pkgver=1.15.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=('2ac2c95749dabc5a297cde5f346caafc59b3656a')
+sha1sums=('3c0ee3a75659f4654b87122709596965afca280b')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64-$pkgver" "$pkgdir/usr/bin/kops"