DEFVER=1
get_github_releases "h3poteto/whalebird-desktop"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "browser_download_url.*x64\.deb\"" "${CACHE_FILE}" | grep -v beta | head -n1 | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
fi
PRETTY_NAME="Whalebird"
WEBSITE="https://whalebird.social/"
SUMMARY="A Mastodon, Pleroma, and Misskey client for desktop application."
