kubetail: update to 1.6.7.
This commit is contained in:
parent
919cfba7b4
commit
22e5417299
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kubetail'
|
||||
pkgname=kubetail
|
||||
version=1.6.6
|
||||
version=1.6.7
|
||||
revision=1
|
||||
depends="bash kubectl"
|
||||
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
|
||||
|
@ -8,7 +8,7 @@ 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=f30ac23e5411add15e85b1b7984dfb4151bd2b4ca1e750c47106dce6d0d7a473
|
||||
checksum=e664a6f588abb55e34ec93dc2a460014663a6c4d5a917c444407d4a21e9458e3
|
||||
|
||||
do_install() {
|
||||
vbin kubetail
|
||||
|
|
Loading…
Reference in a new issue