From 6a57051e4be302770ebb1c38a60d1c97adaf630b Mon Sep 17 00:00:00 2001 From: Keto Date: Tue, 25 Nov 2025 15:01:00 -0500 Subject: [PATCH] hyfetch: Update to 2.0.5 --- sysutils/hyfetch/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/hyfetch/Portfile b/sysutils/hyfetch/Portfile index 2f3de7658842e..0247835ae9c4c 100644 --- a/sysutils/hyfetch/Portfile +++ b/sysutils/hyfetch/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup hykilpikonna hyfetch 2.0.4 +github.setup hykilpikonna hyfetch 2.0.5 github.tarball_from archive revision 0 categories sysutils @@ -16,9 +16,9 @@ description Fast, highly customisable system info script with LGBTQ+ long_description {*}${description}. checksums ${distname}${extract.suffix} \ - rmd160 dd6a5339a1f42e50d23690092e63c8e38170c3de \ - sha256 8de8908334470f24dfae5693bd9660360ec8c1074b270f36eac659530e0b35ba \ - size 369177 + rmd160 36751f8a8d4a8b8944bff43fed63a87a5cdfcd7a \ + sha256 32942e558288f7939ae4ff1cc2ceccd9dcc9112074afc598b230c03b13c7bfca \ + size 371487 depends_lib-append port:libiconv @@ -30,7 +30,7 @@ post-build { set hyfetch_bin ${worksrcpath}/target/[cargo.rust_platform]/release/${name} foreach shell {zsh bash fish} { system -W ${worksrcpath} \ - "${hyfetch_bin} --bpaf-complete-style-${shell} >> ${name}.${shell}" + "${hyfetch_bin} --bpaf-complete-style-${shell} > ${name}.${shell}" } }