summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-01-03 16:19:03 +0100
committerLukas Grossar2022-01-03 16:19:03 +0100
commit9cb2ce28f0c26905fa471ac7a57ddb7d4776c860 (patch)
treede0416b0520fd5bf301663f5daee3df03bb4902a
parent55fb4f0e8da170745abe0c2c7709aa3968c27490 (diff)
downloadaur-9cb2ce28f0c26905fa471ac7a57ddb7d4776c860.tar.gz
update to v1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5787168b176..24c2c4eac298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kubepug-bin
pkgdesc = Kubernetes PreUpGrade (Checker)
- pkgver = 1.2.2
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/rikatz/kubepug
arch = x86_64
license = Apache
- source = https://github.com/rikatz/kubepug/releases/download/v1.2.2/kubepug_linux_amd64.tar.gz
- sha256sums = 723694ab60a1a787f94b11860515e282fbd2cb7f53480bece9d7c880f0e4d532
+ source = https://github.com/rikatz/kubepug/releases/download/v1.3.2/kubepug_linux_amd64.tar.gz
+ sha256sums = c09d7d06715ced8140950233319f0a749628da0ca21558bd6253e9777ca312f3
pkgname = kubepug-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3610db7b625c..0400e4a8f081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Lukas Grossar <lukasgrossar@gmail.com>
pkgname=kubepug-bin
-pkgver=1.2.2
+pkgver=1.3.2
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=('723694ab60a1a787f94b11860515e282fbd2cb7f53480bece9d7c880f0e4d532')
+sha256sums=('c09d7d06715ced8140950233319f0a749628da0ca21558bd6253e9777ca312f3')
package() {
install -Dm 755 "$srcdir/kubepug" "$pkgdir/usr/bin/kubepug"