From e73e20c91579977b3f88615eb0feadd55a77df3d Mon Sep 17 00:00:00 2001 From: Mate GABRI Date: Wed, 15 Dec 2021 11:37:15 +1000 Subject: [PATCH] k9s: update to 0.25.14 --- srcpkgs/k9s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template index 3d1fe84f8387..b9f8f2096131 100644 --- a/srcpkgs/k9s/template +++ b/srcpkgs/k9s/template @@ -1,6 +1,6 @@ # Template file for 'k9s' pkgname=k9s -version=0.25.8 +version=0.25.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=56a4939b18a1059b55823e3a34b27fef8863473dca6c901659506a79219dba8e +checksum=cc6314f7cecd333c69d518b77cc975ccc503c294dc74cdc0d7db27fae940c465 # fix: collect2: fatal error: cannot find 'ld' export LDFLAGS="-fuse-ld=bfd"