DEFVER=1
get_github_releases "ImageOptim/gifski" "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="Gifski"
WEBSITE="https://gif.ski/"
SUMMARY="Gifski makes smooth GIF animations using advanced techniques that work around the GIF format's limitations."
