summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-07-30 08:46:34 -0400
committerDavid Birks2020-07-30 08:46:34 -0400
commit81321b9cae1d6b5569ee6c22c5ac4b8fccb56206 (patch)
tree6375faafab8e826712b8bd87d949450e46869e39
parentba8e480a2958b62d5b670f0339c2792bdd2ca774 (diff)
downloadaur-81321b9cae1d6b5569ee6c22c5ac4b8fccb56206.tar.gz
Update to 1.6.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a64de4791d..76403dfe6ebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubetail
pkgdesc = Tail Kubernetes logs from multiple pods
- pkgver = 1.6.10
+ pkgver = 1.6.11
pkgrel = 1
url = https://github.com/johanhaleby/kubetail
arch = any
license = Apache
depends = kubectl
- source = kubetail-1.6.10.tar.gz::https://github.com/johanhaleby/kubetail/archive/1.6.10.tar.gz
- sha256sums = 9bb4ecd1d3a7b1e9627fc8b5117d1c7ff03f2ddea25252b250395e4ac4817b26
+ source = kubetail-1.6.11.tar.gz::https://github.com/johanhaleby/kubetail/archive/1.6.11.tar.gz
+ sha256sums = 275373a61ba374c01d0b22dd0f503ed9dd268d2f1d55514af77b85b1a3a886bc
pkgname = kubetail
diff --git a/PKGBUILD b/PKGBUILD
index 712fc44d9f1f..ab05c7c956bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.6.10
+pkgver=1.6.11
pkgrel=1
pkgdesc='Tail Kubernetes logs from multiple pods'
arch=('any')
@@ -11,7 +11,7 @@ url='https://github.com/johanhaleby/kubetail'
license=('Apache')
depends=('kubectl')
source=("$pkgname-$pkgver.tar.gz::https://github.com/johanhaleby/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('9bb4ecd1d3a7b1e9627fc8b5117d1c7ff03f2ddea25252b250395e4ac4817b26')
+sha256sums=('275373a61ba374c01d0b22dd0f503ed9dd268d2f1d55514af77b85b1a3a886bc')
package() {
cd $pkgname-$pkgver