k9s: update to 0.30.6.

This commit is contained in:
Tim Sandquist 2023-12-27 15:09:41 -06:00 committed by Leah Neukirchen
parent a81068b3b9
commit 1a78ddad94
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'k9s' # Template file for 'k9s'
pkgname=k9s pkgname=k9s
version=0.29.1 version=0.30.6
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="Leah Neukirchen <leah@vuxu.org>"
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=4ba35533f67af14718a61f66732f246e861c62397b633159c7648504fba945ff checksum=ce83f7c6ebe4514f48f05911e2782676cfecbf2dd8b1d769c921cba4be863250
# fix: collect2: fatal error: cannot find 'ld' # fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd" export LDFLAGS="-fuse-ld=bfd"