Skip to content

Commit

Permalink
fix: fastfetch upstream restructure reflected
Browse files Browse the repository at this point in the history
restructured repo required re-parsing version
  • Loading branch information
philclifford authored and flexiondotorg committed Jun 21, 2023
1 parent 92ca445 commit 2536855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-main/packages/fastfetch
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ DEFVER=1
get_github_releases "LinusDierheimer/fastfetch" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*Linux\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
fi
PRETTY_NAME="FastFetch"
WEBSITE="https://github.com/LinusDierheimer/fastfetch"
SUMMARY="Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written in pure c, with performance and customizability in mind."
SUMMARY="Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written in pure c, with performance and customizability in mind."

0 comments on commit 2536855

Please # to comment.