From 9b2eab21f5c56d39785f0b0e291c9792c8a9e6dc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 19 Jul 2025 23:50:31 +0200 Subject: [PATCH] k9s: fix checksum --- srcpkgs/k9s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template index 15ccbdf3a26..6627fffab1d 100644 --- a/srcpkgs/k9s/template +++ b/srcpkgs/k9s/template @@ -9,8 +9,8 @@ short_desc="Terminal UI to interact with Kubernetes clusters" maintainer="Tim Sandquist " license="Apache-2.0" homepage="https://k9scli.io/" -distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz" -checksum=ecf3102a988db852bf517e9b8453172cefc15ace223f231f8a2bcd774f893567 +distfiles="https://github.com/derailed/k9s/archive/refs/tags/v${version}.tar.gz" +checksum=7496cfc6da6da5d91ef2ad5ea61eae15186effabb77adf904c896213ca6ff810 make_check_args="--skip TestSwitchNS"