diff --git a/01-main/packages/fastfetch b/01-main/packages/fastfetch index 8ec727b4b..3917f09dc 100644 --- a/01-main/packages/fastfetch +++ b/01-main/packages/fastfetch @@ -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." \ No newline at end of file +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."