Skip to content

Commit

Permalink
merged my fix and patched from wimpysworld#441
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Aug 15, 2022
1 parent b491e91 commit ce723d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Expand Up @@ -2179,7 +2179,7 @@ function deb_mergerfs() {
if [ "${ACTION}" != "prettylist" ]; then
CODENAMES_SUPPORTED=$(grep "browser_download_url.*.deb" "${CACHE_DIR}/${APP}.json" | grep "${HOST_ARCH}" | cut -d'-' -f2 | cut -d'_' -f1 | tr '\n' ' ')
URL="$(grep "browser_download_url.*.deb" "${CACHE_DIR}/${APP}.json" | grep "${UPSTREAM_CODENAME}_${HOST_ARCH}" | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d _ -f2 | sed -E "s/([0-9])\\.([a-z])/\1~\2/")"
fi
PRETTY_NAME="mergerfs"
WEBSITE="https://github.com/trapexit/mergerfs"
Expand Down

0 comments on commit ce723d7

Please sign in to comment.