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 831afa40a01e..92829d83f71e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubepug-bin
-pkgver=1.4.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Kubernetes PreUpGrade (Checker)"
arch=('x86_64')
url="https://github.com/rikatz/kubepug"
license=('Apache')
source=("https://github.com/rikatz/kubepug/releases/download/v${pkgver}/kubepug_linux_amd64.tar.gz")
-sha256sums=('7659087006c51318854a75469433d4e8d09aa40eec3828dd57ef5d0a4e7489a6')
+sha256sums=('8343e018795c33c59535423a78d56d8bef5402453c6f9dcac5a6659ed701200a')
package() {
install -Dm 755 "$srcdir/kubepug" "$pkgdir/usr/bin/kubepug"