summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Michaelis2021-11-21 21:36:24 +0100
committerOlivier Michaelis2021-11-21 21:36:24 +0100
commit9448259d1d8b865a795f8da23e3609064ff9dbdc (patch)
tree11938a1e02aee1f2b19a739293ba5d5c28f524d2
parente6cbc9d9567a6389767d84af3b991ca5b9c5b8af (diff)
downloadaur-9448259d1d8b865a795f8da23e3609064ff9dbdc.tar.gz
upgpkg: kubent-bin 0.5.1-1
upstream release Signed-off-by: Olivier Michaelis <38879457+oliviermichaelis@users.noreply.github.com>
-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"