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 b79bd9bbdff7..aafb18ea13a3 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.7.1
+ pkgver = 0.7.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.7.1/kubent-0.7.1-linux-amd64.tar.gz
- md5sums = 53666894b7bb4fa004b714ba3847c6d9
+ source = https://github.com/doitintl/kube-no-trouble/releases/download/0.7.2/kubent-0.7.2-linux-amd64.tar.gz
+ md5sums = 9ac2b0300108216034592ab2b2508c24
pkgname = kubent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1908bc88426b..38d751de38fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Michaelis <michaelis.olivier [at] gmail [dot] com>
pkgname=kubent-bin
-pkgver=0.7.1 # renovate: datasource=github-releases depName=doitintl/kube-no-trouble
+pkgver=0.7.2 # renovate: datasource=github-releases depName=doitintl/kube-no-trouble
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=('53666894b7bb4fa004b714ba3847c6d9')
+md5sums=('9ac2b0300108216034592ab2b2508c24')
package() {
install -Dm755 kubent -t "$pkgdir/usr/bin"