Skip to content

Commit

Permalink
fixed frostwire
Browse files Browse the repository at this point in the history
we cannot use latest when they are releasing various things in the one repo
  • Loading branch information
philclifford authored and flexiondotorg committed Jan 23, 2023
1 parent ffb3dbc commit e395da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 01-main/packages/frostwire
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DEFVER=1
get_github_releases "frostwire/frostwire" "latest"
get_github_releases "frostwire/frostwire"
#"latest" cannot be used here
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*amd64\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f3)"
Expand Down

0 comments on commit e395da5

Please sign in to comment.