kubetail: update to 1.6.13.
This commit is contained in:
parent
53f5161f73
commit
0737a75a4a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kubetail'
|
# Template file for 'kubetail'
|
||||||
pkgname=kubetail
|
pkgname=kubetail
|
||||||
version=1.6.12
|
version=1.6.13
|
||||||
revision=1
|
revision=1
|
||||||
depends="bash"
|
depends="bash"
|
||||||
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
|
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"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/johanhaleby/kubetail"
|
homepage="https://github.com/johanhaleby/kubetail"
|
||||||
distfiles="https://github.com/johanhaleby/kubetail/archive/${version}.tar.gz"
|
distfiles="https://github.com/johanhaleby/kubetail/archive/${version}.tar.gz"
|
||||||
checksum=b5f3229361d520cc2f2de4b24d309ac49582e126e271525c85dc4b0975d57e59
|
checksum=a4aeea1cffede44d5e8b030b6ead3ffe25fd3c1e7c5b7c82905df65cceac1254
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin kubetail
|
vbin kubetail
|
||||||
|
|
Loading…
Reference in New Issue