mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
kubetail: update to 1.6.12.
This commit is contained in:
parent
934885a612
commit
ee2633c6d7
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.10
|
version=1.6.12
|
||||||
revision=2
|
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"
|
||||||
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=9bb4ecd1d3a7b1e9627fc8b5117d1c7ff03f2ddea25252b250395e4ac4817b26
|
checksum=b5f3229361d520cc2f2de4b24d309ac49582e126e271525c85dc4b0975d57e59
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin kubetail
|
vbin kubetail
|
||||||
|
|
Loading…
Add table
Reference in a new issue