summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c07c4c73c91b..fcd6982dc569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.6.5
+pkgver=1.6.7
pkgrel=1
pkgdesc="Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/johanhaleby/kubetail"
license=('Apache')
depends=('kubectl-bin')
source=(https://github.com/johanhaleby/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('8da73f77991decf26604e7e15894015a')
+md5sums=('b2708b26e01a79b7ee5b13e306ed9cbf')
package() {
cd "$pkgname-$pkgver"