summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWael M. Nasreddine2017-12-21 11:59:54 -0800
committerWael M. Nasreddine2017-12-21 11:59:54 -0800
commitaaf2a254b60c4232e69c0f1e75e554a831be77a8 (patch)
treef0d6442786ac93fa413e1b267d1de2af7735f397
parent19060762e39666b898cdb373c697525cf39441b4 (diff)
downloadaur-aaf2a254b60c4232e69c0f1e75e554a831be77a8.tar.gz
update kubetail to version 1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e23e608dc5d..ddc78288d2c5 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.3.1
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/johanhaleby/kubetail
arch = any
license = Apache
depends = kubectl-bin
- source = https://github.com/johanhaleby/kubetail/archive/1.3.1.tar.gz
- md5sums = 460d9980033b22631fde19002537162f
+ source = https://github.com/johanhaleby/kubetail/archive/1.4.3.tar.gz
+ md5sums = 300ee2748f06f040522c44fbb2dcc367
pkgname = kubetail
diff --git a/PKGBUILD b/PKGBUILD
index 7a4915aa3b5a..620918d10ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.3.1
+pkgver=1.4.3
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=('460d9980033b22631fde19002537162f')
+md5sums=('300ee2748f06f040522c44fbb2dcc367')
package() {
cd "$pkgname-$pkgver"