k9s: update to 0.32.4

This commit is contained in:
Luca Bilke 2024-05-24 12:14:21 +02:00 committed by cinerea0
parent da10ba0b15
commit 02d00df06b

View file

@ -1,6 +1,6 @@
# Template file for 'k9s' # Template file for 'k9s'
pkgname=k9s pkgname=k9s
version=0.31.9 version=0.32.4
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="Orphaned <orphan@voidlinux.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=4cffd6d21e66996ff31c98f52098daae1ddc3a515bdc34f4b7adb17420348179 checksum=597fa2c547437070a8993d1fb6fce91d696bd3731d37230feace3a2d3bfdb198
# fix: collect2: fatal error: cannot find 'ld' # fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd" export LDFLAGS="-fuse-ld=bfd"