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