Skip to content

Commit

Permalink
fix(eversticky): align published version to version in package
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and philclifford committed Jan 1, 2025
1 parent 7d81716 commit 7edcf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/eversticky
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEFVER=1
get_github_releases "itsmejoeeey/eversticky" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
VERSION_PUBLISHED="$(sed -E 's|.*download/v([^/]*).*|\1|' <<< "${URL}")"
fi
PRETTY_NAME="EverSticky"
WEBSITE="https://eversticky.joeeey.com/"
Expand Down

0 comments on commit 7edcf50

Please sign in to comment.