k9s: update to 0.50.7.

This commit is contained in:
Tim Sandquist 2025-07-05 15:33:26 -05:00 committed by Duncan Overbruck
parent 09a4135fda
commit eb0195cfc7

View file

@ -1,6 +1,6 @@
# Template file for 'k9s' # Template file for 'k9s'
pkgname=k9s pkgname=k9s
version=0.50.6 version=0.50.7
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/derailed/k9s" go_import_path="github.com/derailed/k9s"
@ -10,7 +10,7 @@ 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=10ee539aa24199a5d6c21af9c8b7759bed9e3a3c6d433644aea4598d37fd1dd3 checksum=8e40e0bbd275eed5260b4c82275d1cdf32135b8cada247a8c13e510792e7f203
# fix: collect2: fatal error: cannot find 'ld' # fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd" export LDFLAGS="-fuse-ld=bfd"