Skip to content

Commit 97dbafe

Browse files
TheRealKetoreneeotten
authored andcommitted
hyfetch: Update to 2.0.5
1 parent 939e872 commit 97dbafe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sysutils/hyfetch/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup cargo 1.0
55
PortGroup github 1.0
66

7-
github.setup hykilpikonna hyfetch 2.0.4
7+
github.setup hykilpikonna hyfetch 2.0.5
88
github.tarball_from archive
99
revision 0
1010
categories sysutils
@@ -16,9 +16,9 @@ description Fast, highly customisable system info script with LGBTQ+
1616
long_description {*}${description}.
1717

1818
checksums ${distname}${extract.suffix} \
19-
rmd160 dd6a5339a1f42e50d23690092e63c8e38170c3de \
20-
sha256 8de8908334470f24dfae5693bd9660360ec8c1074b270f36eac659530e0b35ba \
21-
size 369177
19+
rmd160 36751f8a8d4a8b8944bff43fed63a87a5cdfcd7a \
20+
sha256 32942e558288f7939ae4ff1cc2ceccd9dcc9112074afc598b230c03b13c7bfca \
21+
size 371487
2222

2323
depends_lib-append port:libiconv
2424

@@ -30,7 +30,7 @@ post-build {
3030
set hyfetch_bin ${worksrcpath}/target/[cargo.rust_platform]/release/${name}
3131
foreach shell {zsh bash fish} {
3232
system -W ${worksrcpath} \
33-
"${hyfetch_bin} --bpaf-complete-style-${shell} >> ${name}.${shell}"
33+
"${hyfetch_bin} --bpaf-complete-style-${shell} > ${name}.${shell}"
3434
}
3535
}
3636

0 commit comments

Comments
 (0)