summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Demonchy2018-11-12 10:51:03 +0100
committerVictor Demonchy2018-11-12 10:51:03 +0100
commitbe46548c61016fbf780b0b06146388a572d7b038 (patch)
tree60242ab798cccb5da5871b0cd588c0b35db4902f
parent0e717b93639475132531992e6d2ffdafd25d9f0f (diff)
downloadaur-be46548c61016fbf780b0b06146388a572d7b038.tar.gz
update kubetail to version 1.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20851bc748f..0526203c73a2 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.4
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/johanhaleby/kubetail
arch = any
license = Apache
depends = kubectl-bin
- source = https://github.com/johanhaleby/kubetail/archive/1.6.4.tar.gz
- md5sums = a9f387533b6e16b8e223e3324aa4ec9b
+ source = https://github.com/johanhaleby/kubetail/archive/1.6.5.tar.gz
+ md5sums = 8da73f77991decf26604e7e15894015a
pkgname = kubetail
diff --git a/PKGBUILD b/PKGBUILD
index a3505d402ac3..2b89ff68b883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Demonchy <demonchy.v@gmail.com>
pkgname=kubetail
-pkgver=1.6.4
+pkgver=1.6.5
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=('a9f387533b6e16b8e223e3324aa4ec9b')
+md5sums=('8da73f77991decf26604e7e15894015a')
package() {
cd "$pkgname-$pkgver"