DEFVER=1
ARCHS_SUPPORTED="amd64"
get_website "https://docs.docker.com/desktop/release-notes/"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep -m 1 -o 'https:[^>]*\.deb' "${CACHE_FILE}" )"
    VERSION_PUBLISHED=$(grep -oP 'href=#[0-9]+>\K[0-9]+\.[0-9]+\.[0-9]+(?=<)' "${CACHE_FILE}" | head -1)
fi
PRETTY_NAME="Docker Desktop"
WEBSITE="https://www.docker.com/products/docker-desktop/"
SUMMARY="The fastest way to containerize applications."
