DEFVER=1
get_github_releases "frostwire/frostwire"
#"latest" cannot be used here
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep -m 1 "browser_download_url.*amd64\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED=$(echo "${URL}" | cut -d'-' -f3)
fi
PRETTY_NAME="FrostWire"
WEBSITE="https://www.frostwire.com/"
SUMMARY="An easy to use Cloud Downloader, BitTorrent Client and Media Player. Search, Download, Play, Share"
