summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Demonchy2018-11-12 10:51:03 +0100
committerVictor Demonchy2018-11-12 10:51:03 +0100
commitbe46548c61016fbf780b0b06146388a572d7b038 (patch)
tree60242ab798cccb5da5871b0cd588c0b35db4902f /PKGBUILD
parent0e717b93639475132531992e6d2ffdafd25d9f0f (diff)
downloadaur-be46548c61016fbf780b0b06146388a572d7b038.tar.gz
update kubetail to version 1.6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"