kubetail: update to 1.6.6
This commit is contained in:
parent
3545723087
commit
5529a71f53
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'kubetail'
|
# Template file for 'kubetail'
|
||||||
pkgname=kubetail
|
pkgname=kubetail
|
||||||
version=1.6.5
|
version=1.6.6
|
||||||
revision=1
|
revision=1
|
||||||
depends="kubectl"
|
depends="bash kubectl"
|
||||||
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"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
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=e9e7f6e26db9e177c972875780f998761534b6f29d7a59ab3042958b78935f99
|
checksum=f30ac23e5411add15e85b1b7984dfb4151bd2b4ca1e750c47106dce6d0d7a473
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin kubetail
|
vbin kubetail
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue