summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Demonchy2019-02-05 11:24:34 +0100
committerVictor Demonchy2019-02-05 11:24:34 +0100
commitde838ba8b19b6cfb30013ba99373721f220d7d2f (patch)
treeb375be47beacf20f7b1b7cf342643e992b2170e6
parent0fa1fd018081195435831a20d5b5c83d70dbf462 (diff)
downloadaur-de838ba8b19b6cfb30013ba99373721f220d7d2f.tar.gz
update kubetail to version 1.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0526203c73a2..032917e4546a 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.6.5
+ pkgver = 1.6.7
pkgrel = 1
url = https://github.com/johanhaleby/kubetail
arch = any
license = Apache
depends = kubectl-bin
- source = https://github.com/johanhaleby/kubetail/archive/1.6.5.tar.gz
- md5sums = 8da73f77991decf26604e7e15894015a
+ source = https://github.com/johanhaleby/kubetail/archive/1.6.7.tar.gz
+ md5sums = b2708b26e01a79b7ee5b13e306ed9cbf
pkgname = kubetail
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"