DEFVER=1
CODENAMES_SUPPORTED="bookworm trixie sid jammy noble plucky questing"
get_github_releases "hydralauncher/hydra" "latest"
if [ "${ACTION}" != prettylist ]; then
    URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
    VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="Hydra Launcher"
WEBSITE="https://hydralauncher.gg/"
SUMMARY="Hydra is a game launcher that allows you to download, play, track your stats and manage your games all in one place."
