kubetail: update to 1.6.17.
This commit is contained in:
parent
b8ad598f11
commit
3fb61b55ac
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kubetail'
|
||||
pkgname=kubetail
|
||||
version=1.6.16
|
||||
version=1.6.17
|
||||
revision=1
|
||||
depends="bash"
|
||||
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=24ab0205677a8a35405876076fdc410ed86217cd20e51b0c684f66914ea6fd16
|
||||
checksum=9dee9fbc4c472cf73666ee77e8f430e3aaea2ee3ca2f34dda15a4da9a6bad69a
|
||||
|
||||
do_install() {
|
||||
vbin kubetail
|
||||
|
|
Loading…
Reference in New Issue