summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Rodriguez2020-02-13 10:29:55 -0500
committerDavid Rodriguez2020-02-13 10:29:55 -0500
commit5fc7ecc5a25c27d39ecec755442becf1fe10ab55 (patch)
tree23395e05278669bc4124722d9c7c1f14e9a58677 /PKGBUILD
parentfcdf5afb84269f0761145902a0b5e1c523281741 (diff)
downloadaur-5fc7ecc5a25c27d39ecec755442becf1fe10ab55.tar.gz
Update to version 1.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"