summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2022-04-11 12:15:15 +0200
committerCarl Smedstad2022-04-11 12:15:15 +0200
commitabd4581cb1a22100b6e5b64ffea2f3f83d5eb7f3 (patch)
tree4690945247d4da0034e0bad7b0cc7b7d9a255f67
parentcadae846370f02a6c58af6076cff34a124458875 (diff)
downloadaur-abd4581cb1a22100b6e5b64ffea2f3f83d5eb7f3.tar.gz
Publish version 1.6.14
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a10d1cda5ce..1a879ce2113a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = kubetail
pkgdesc = Tail Kubernetes logs from multiple pods
- pkgver = 1.6.13
+ pkgver = 1.6.14
pkgrel = 1
url = https://github.com/johanhaleby/kubetail
arch = any
license = Apache
depends = kubectl
- source = kubetail-1.6.13.tar.gz::https://github.com/johanhaleby/kubetail/archive/1.6.13.tar.gz
- sha512sums = 38f23ecb9d4e044698a93a107c757ae8af96e9090595744d5155781e4ef510cb0ce4a83e6af7063198384db07fffca19ad80e736b552e28e100dbdbc39b96f87
+ source = kubetail-1.6.14.tar.gz::https://github.com/johanhaleby/kubetail/archive/1.6.14.tar.gz
+ sha256sums = 9e67660c3cc69150eac444f8274a1f148ed6d5170b9ab87e68900333cf1c6843
pkgname = kubetail
-
diff --git a/.gitignore b/.gitignore
index 99a6c4ea4a96..f71c635dafda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.tar.gz
-*.pkg.tar.xz
-pkg/
-src/
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 4bfd99620575..2ab1e071eb0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
pkgname=kubetail
-pkgver=1.6.13
+pkgver=1.6.14
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")
-sha512sums=('38f23ecb9d4e044698a93a107c757ae8af96e9090595744d5155781e4ef510cb0ce4a83e6af7063198384db07fffca19ad80e736b552e28e100dbdbc39b96f87')
+sha256sums=('9e67660c3cc69150eac444f8274a1f148ed6d5170b9ab87e68900333cf1c6843')
package() {
cd $pkgname-$pkgver