DEFVER=1
CODENAMES_SUPPORTED="focal jammy kinetic"
get_github_releases "ymauray/quickobs"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*${UPSTREAM_CODENAME}.*_${HOST_ARCH}.deb" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="quickobs"
WEBSITE="https://github.com/ymauray/quickobs/"
SUMMARY="A tool to quickly download and run Martin Wimpress' OBS Studio Portable."
