mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
kubetail: update to 1.6.17.
This commit is contained in:
parent
b8ad598f11
commit
3fb61b55ac
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kubetail'
|
# Template file for 'kubetail'
|
||||||
pkgname=kubetail
|
pkgname=kubetail
|
||||||
version=1.6.16
|
version=1.6.17
|
||||||
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=24ab0205677a8a35405876076fdc410ed86217cd20e51b0c684f66914ea6fd16
|
checksum=9dee9fbc4c472cf73666ee77e8f430e3aaea2ee3ca2f34dda15a4da9a6bad69a
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin kubetail
|
vbin kubetail
|
||||||
|
|
Loading…
Add table
Reference in a new issue