summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2021-05-07 10:25:12 +0200
committerCarl Smedstad2021-05-07 10:25:50 +0200
commitcadae846370f02a6c58af6076cff34a124458875 (patch)
tree677ec4afe9a097cb1919f814459cc1cab8f5f17d /PKGBUILD
parentb961a32b551ce6847003c845e9db4fc8e769b152 (diff)
downloadaur-cadae846370f02a6c58af6076cff34a124458875.tar.gz
Update to version 1.6.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6da60ed7aaef..4bfd99620575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.6.12
+pkgver=1.6.13
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=('b5f3229361d520cc2f2de4b24d309ac49582e126e271525c85dc4b0975d57e59')
+sha512sums=('38f23ecb9d4e044698a93a107c757ae8af96e9090595744d5155781e4ef510cb0ce4a83e6af7063198384db07fffca19ad80e736b552e28e100dbdbc39b96f87')
package() {
cd $pkgname-$pkgver