summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Demonchy2018-10-08 15:34:13 +0200
committerVictor Demonchy2018-10-08 15:34:13 +0200
commit0e717b93639475132531992e6d2ffdafd25d9f0f (patch)
treebb7e4c22488b7226bcb07490e2fde44c9db6d317 /PKGBUILD
parentaaf2a254b60c4232e69c0f1e75e554a831be77a8 (diff)
downloadaur-0e717b93639475132531992e6d2ffdafd25d9f0f.tar.gz
update kubetail to version 1.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 620918d10ec9..a3505d402ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Wael Nasreddine <wael.nasreddine@gmail.com>
+# Maintainer: Victor Demonchy <demonchy.v@gmail.com>
pkgname=kubetail
-pkgver=1.4.3
+pkgver=1.6.4
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=('300ee2748f06f040522c44fbb2dcc367')
+md5sums=('a9f387533b6e16b8e223e3324aa4ec9b')
package() {
cd "$pkgname-$pkgver"