DEFVER=1
get_github_releases "balena-io/etcher"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*amd64\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="Etcher"
WEBSITE="https://www.balena.io/etcher/"
SUMMARY="Flash OS images to SD cards & USB drives, safely and easily."
