summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Demonchy2019-02-05 11:24:34 +0100
committerVictor Demonchy2019-02-05 11:24:34 +0100
commitde838ba8b19b6cfb30013ba99373721f220d7d2f (patch)
treeb375be47beacf20f7b1b7cf342643e992b2170e6 /PKGBUILD
parent0fa1fd018081195435831a20d5b5c83d70dbf462 (diff)
downloadaur-de838ba8b19b6cfb30013ba99373721f220d7d2f.tar.gz
update kubetail to version 1.6.7
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"