summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2022-12-06 21:19:45 +0100
committerCarl Smedstad2022-12-06 21:19:45 +0100
commitb16cbf5fc0ed5eaa07edb400ef944e4e622ae0a9 (patch)
tree282e8a61d0d2851f0cc075c5f951a90315a12117 /PKGBUILD
parentb9eb2e256570596c38d3a817d6367e6cf37bc45e (diff)
downloadaur-b16cbf5fc0ed5eaa07edb400ef944e4e622ae0a9.tar.gz
Publish version 1.6.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd794a08b00f..93f1f966c411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.6.16
+pkgver=1.6.17
pkgrel=1
pkgdesc='Tail Kubernetes logs from multiple pods'
arch=('any')
@@ -12,7 +12,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=('24ab0205677a8a35405876076fdc410ed86217cd20e51b0c684f66914ea6fd16')
+sha256sums=('9dee9fbc4c472cf73666ee77e8f430e3aaea2ee3ca2f34dda15a4da9a6bad69a')
package() {
cd $pkgname-$pkgver