summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bd5837be7e2..5ed9ff64d2fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = kubent-bin
pkgdesc = Easily check your kubernetes cluster for use of deprecated APIs
- pkgver = 0.4.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/doitintl/kube-no-trouble
arch = x86_64
license = MIT
- source = https://github.com/doitintl/kube-no-trouble/releases/download/0.4.0/kubent-0.4.0-linux-amd64.tar.gz
- md5sums = e17916deae2744c34dcff33d551a9091
+ source = https://github.com/doitintl/kube-no-trouble/releases/download/0.5.1/kubent-0.5.1-linux-amd64.tar.gz
+ md5sums = 3b0f87769ecd63b0ad6135fa841b52b2
pkgname = kubent-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index f6870292d6d1..431f2e5ba890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/doitintl/kube-no-trouble"
license=('MIT')
source=(https://github.com/doitintl/kube-no-trouble/releases/download/$pkgver/kubent-$pkgver-linux-amd64.tar.gz)
-md5sums=('e17916deae2744c34dcff33d551a9091')
+md5sums=('3b0f87769ecd63b0ad6135fa841b52b2')
package() {
install -Dm755 kubent -t "$pkgdir/usr/bin"