mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
k9s: update to 0.50.6. adopt.
This commit is contained in:
parent
837b29cfd7
commit
4af1b9e0e5
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'k9s'
|
# Template file for 'k9s'
|
||||||
pkgname=k9s
|
pkgname=k9s
|
||||||
version=0.32.4
|
version=0.50.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/derailed/k9s"
|
go_import_path="github.com/derailed/k9s"
|
||||||
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
|
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
|
||||||
short_desc="Terminal UI to interact with Kubernetes clusters"
|
short_desc="Terminal UI to interact with Kubernetes clusters"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://k9scli.io/"
|
homepage="https://k9scli.io/"
|
||||||
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
|
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
|
||||||
checksum=597fa2c547437070a8993d1fb6fce91d696bd3731d37230feace3a2d3bfdb198
|
checksum=10ee539aa24199a5d6c21af9c8b7759bed9e3a3c6d433644aea4598d37fd1dd3
|
||||||
|
|
||||||
# fix: collect2: fatal error: cannot find 'ld'
|
# fix: collect2: fatal error: cannot find 'ld'
|
||||||
export LDFLAGS="-fuse-ld=bfd"
|
export LDFLAGS="-fuse-ld=bfd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue