From 6ba8d014f90d7b824bab4d24fe48ca0a050f692d Mon Sep 17 00:00:00 2001 From: Mate GABRI Date: Mon, 6 Feb 2023 07:56:01 +1000 Subject: [PATCH] k9s: update to 0.27.2 --- srcpkgs/k9s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template index 5fc1cbe54f73..0246edccc7ab 100644 --- a/srcpkgs/k9s/template +++ b/srcpkgs/k9s/template @@ -1,6 +1,6 @@ # Template file for 'k9s' pkgname=k9s -version=0.26.7 +version=0.27.2 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=33365e0773210f50013ae3b8e749269b27ff4c7624e8ab17e1a81bfe0c8879dd +checksum=893b8f3059868944dc74f8c0a175fd4305a8286910c5cdab1f0d7e70719b59c1 # fix: collect2: fatal error: cannot find 'ld' export LDFLAGS="-fuse-ld=bfd"