Skip to content

Commit

Permalink
fix(tribler): release naming changed
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Nov 30, 2024
1 parent 9c04817 commit 28798ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-main/packages/tribler
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEFVER=1
get_github_releases "Tribler/tribler" "latest"
get_github_releases "Tribler/tribler"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*_all\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
URL=$(grep "browser_download_url.*_${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="Tribler"
Expand Down

0 comments on commit 28798ae

Please sign in to comment.