summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2022-04-13 09:01:02 +0200
committerCarl Smedstad2022-04-13 09:01:02 +0200
commit4b2a08db8a0b974f03c7970b911cb9dcb1f07236 (patch)
treebf4cba3374c23bd43927c828d328c56bc7d4cbdd /PKGBUILD
parentabd4581cb1a22100b6e5b64ffea2f3f83d5eb7f3 (diff)
downloadaur-4b2a08db8a0b974f03c7970b911cb9dcb1f07236.tar.gz
Publish version 1.6.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ab1e071eb0a..4854fc1fd623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.6.14
+pkgver=1.6.15
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=('9e67660c3cc69150eac444f8274a1f148ed6d5170b9ab87e68900333cf1c6843')
+sha256sums=('4d37e0cc3cba4edc1fb83b9952d1ce45d932d1c5650573aa6b762319b261b8a9')
package() {
cd $pkgname-$pkgver