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 a3505d402ac3..2b89ff68b883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Demonchy <demonchy.v@gmail.com>
pkgname=kubetail
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=1
pkgdesc="Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/johanhaleby/kubetail"
license=('Apache')
depends=('kubectl-bin')
source=(https://github.com/johanhaleby/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('a9f387533b6e16b8e223e3324aa4ec9b')
+md5sums=('8da73f77991decf26604e7e15894015a')
package() {
cd "$pkgname-$pkgver"