From 1d8c03b8d2c1a725b2945b5c4558c0ee63e4e66e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 28 Jul 2021 13:35:42 +0200 Subject: [PATCH] k9s: update to 0.24.14. --- srcpkgs/k9s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template index 37fa9b6b1eb..4146819d4b8 100644 --- a/srcpkgs/k9s/template +++ b/srcpkgs/k9s/template @@ -1,6 +1,6 @@ # Template file for 'k9s' pkgname=k9s -version=0.24.13 +version=0.24.14 revision=1 build_style=go go_import_path="github.com/derailed/k9s" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://k9scli.io/" distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz" -checksum=160733f7546c3d379625dbffd809d098fabc7785a2a09749abc5daefee3e7e5a +checksum=78e432824adb7ba6300784630f9cf371a379cc809b1cbb66aea0cc4fa07b3cf3 # fix: collect2: fatal error: cannot find 'ld' export LDFLAGS="-fuse-ld=bfd"