summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ed9ff64d2fb..c01eee6b679b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kubent-bin
pkgdesc = Easily check your kubernetes cluster for use of deprecated APIs
- pkgver = 0.5.1
+ pkgver = 0.6.0
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.5.1/kubent-0.5.1-linux-amd64.tar.gz
- md5sums = 3b0f87769ecd63b0ad6135fa841b52b2
+ source = https://github.com/doitintl/kube-no-trouble/releases/download/0.6.0/kubent-0.6.0-linux-amd64.tar.gz
+ md5sums = ba707fca68c6dc54d7da41dbeab00c5a
pkgname = kubent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 431f2e5ba890..63382a919b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Michaelis <michaelis.olivier [at] gmail [dot] com>
pkgname=kubent-bin
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="Easily check your kubernetes cluster for use of deprecated APIs"
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=('3b0f87769ecd63b0ad6135fa841b52b2')
+md5sums=('ba707fca68c6dc54d7da41dbeab00c5a')
package() {
install -Dm755 kubent -t "$pkgdir/usr/bin"