We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c708dbd commit 3dfbb92Copy full SHA for 3dfbb92
01-main/packages/eversticky
@@ -2,7 +2,7 @@ DEFVER=1
2
get_github_releases "itsmejoeeey/eversticky" "latest"
3
if [ "${ACTION}" != prettylist ]; then
4
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
5
- VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
+ VERSION_PUBLISHED="$(sed -E 's|.*download/v([^/]*).*|\1|' <<< "${URL}")"
6
fi
7
PRETTY_NAME="EverSticky"
8
WEBSITE="https://eversticky.joeeey.com/"
0 commit comments