DEFVER=1
get_github_releases "Foundry376/Mailspring"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
fi
PRETTY_NAME="Mailspring"
WEBSITE="https://getmailspring.com/"
SUMMARY="Boost your productivity and send better email with the best mail client."
