summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6217416e0524..5579a21c25db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/zellio/pkgbuild
pkgname=kops
-pkgver=v1.4.1
+pkgver=1.5.3
pkgrel=1
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
makedepends=()
source=("https://github.com/kubernetes/kops/releases/download/${pkgver}/kops-linux-amd64")
-sha512sums=('9f182c5278a6b077ac50a05f070cd7969e77fa4d02c1ab13c1ca692175a6a221b405659e91f7b22322671dc19923ae3acd1b45993ac7f50bf6c2d0f7f132800c')
+sha512sums=('725916570633c986d16bd4075c3b3a4d3c2b29f661a96676f2cb7bd0505f5840a4c397098b66923208bd21d099f1a08d1acab806173b0199801c446e57cffcda')
package() {
install -D -g root -m 0755 -o root "$srcdir/kops-linux-amd64" "$pkgdir/usr/bin/kops"