summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Michaelis2021-03-04 22:32:15 +0100
committerOlivier Michaelis2021-03-04 22:32:15 +0100
commit2bd6a475c4171f79aaf5acb1d41eb4851be3744d (patch)
treecf08ec1e830e4753e0b1cbc143d5c62de3b73c6e
parent453161cd1868f27035a1d0d002495fdd74cbcdad (diff)
downloadaur-2bd6a475c4171f79aaf5acb1d41eb4851be3744d.tar.gz
feat(kubent-bin): release v3.2.0
Signed-off-by: Olivier Michaelis <38879457+oliviermichaelis@users.noreply.github.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 410214305f90..f899cf5a2203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kubent-bin
pkgdesc = Easily check your kubernetes cluster for use of deprecated APIs
- pkgver = 0.2.0
+ pkgver = 0.3.2
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.2.0/kubent-0.2.0-linux-amd64.tar.gz
- md5sums = f7451ea1b2ec36a675f8417ea11b83c4
+ source = https://github.com/doitintl/kube-no-trouble/releases/download/0.3.2/kubent-0.3.2-linux-amd64.tar.gz
+ md5sums = 4e7febb849e733f0ebb9882c673c13d9
pkgname = kubent-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac3d4285e49c..14876921f8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Olivier Michaelis <michaelis.olivier [at] gmail [dot] com>
pkgname=kubent-bin
-pkgver=0.2.0
+pkgver=0.3.2
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=('f7451ea1b2ec36a675f8417ea11b83c4')
+md5sums=('4e7febb849e733f0ebb9882c673c13d9')
package() {
install -Dm755 kubent -t "$pkgdir/usr/bin"
}
+