kubetail: update to 1.6.16

This commit is contained in:
fanyx 2022-10-15 13:00:48 +02:00 committed by classabbyamp
parent 2738986fec
commit 7f2fadc93d
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kubetail'
pkgname=kubetail
version=1.6.13
version=1.6.16
revision=1
depends="bash"
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
@ -8,11 +8,11 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
license="Apache-2.0"
homepage="https://github.com/johanhaleby/kubetail"
distfiles="https://github.com/johanhaleby/kubetail/archive/${version}.tar.gz"
checksum=a4aeea1cffede44d5e8b030b6ead3ffe25fd3c1e7c5b7c82905df65cceac1254
checksum=24ab0205677a8a35405876076fdc410ed86217cd20e51b0c684f66914ea6fd16
do_install() {
vbin kubetail
vinstall completion/kubetail.bash 0644 usr/share/bash-completion/completions kubetail
vinstall completion/kubetail.fish 0644 usr/share/fish/vendor_completions.d
vinstall completion/kubetail.zsh 0644 usr/share/zsh/site-functions _kubetail
for sh in bash fish zsh; do
vcompletion completion/kubetail.$sh $sh
done
}