summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Michaelis2022-10-07 17:13:08 +0200
committerOlivier Michaelis2022-10-07 17:13:08 +0200
commit2d5297b233519f5ddd60ddafa11039dfb96ab3da (patch)
tree8287b4d3fbf1ff779c3eaadef268d4dc3b390cef
parent9448259d1d8b865a795f8da23e3609064ff9dbdc (diff)
downloadaur-2d5297b233519f5ddd60ddafa11039dfb96ab3da.tar.gz
feat(kubent-bin): release 0.6.0-1
upstream release Signed-off-by: Olivier Michaelis <38879457+oliviermichaelis@users.noreply.github.com>
-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"