k9s: update to 0.29.1.

This commit is contained in:
Leah Neukirchen 2023-12-10 15:36:02 +01:00
parent bf423dd1a5
commit b412f1a081
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'k9s'
pkgname=k9s
version=0.27.4
revision=2
version=0.29.1
revision=1
build_style=go
go_import_path="github.com/derailed/k9s"
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://k9scli.io/"
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
checksum=4f2b42270bcbe37497c52c6c8fbd99e5b6e5333f1ab0b36dbdfeaccbc50a4ae1
checksum=4ba35533f67af14718a61f66732f246e861c62397b633159c7648504fba945ff
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"