summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Demonchy2018-10-08 15:34:13 +0200
committerVictor Demonchy2018-10-08 15:34:13 +0200
commit0e717b93639475132531992e6d2ffdafd25d9f0f (patch)
treebb7e4c22488b7226bcb07490e2fde44c9db6d317
parentaaf2a254b60c4232e69c0f1e75e554a831be77a8 (diff)
downloadaur-0e717b93639475132531992e6d2ffdafd25d9f0f.tar.gz
update kubetail to version 1.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddc78288d2c5..d20851bc748f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubetail
pkgdesc = Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream
- pkgver = 1.4.3
+ pkgver = 1.6.4
pkgrel = 1
url = https://github.com/johanhaleby/kubetail
arch = any
license = Apache
depends = kubectl-bin
- source = https://github.com/johanhaleby/kubetail/archive/1.4.3.tar.gz
- md5sums = 300ee2748f06f040522c44fbb2dcc367
+ source = https://github.com/johanhaleby/kubetail/archive/1.6.4.tar.gz
+ md5sums = a9f387533b6e16b8e223e3324aa4ec9b
pkgname = kubetail
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"