DEFVER=1
get_github_releases "bootandy/dust" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*amd64\.deb\"" "${CACHE_FILE}" | grep -v musl | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="du-dust"
WEBSITE="https://github.com/bootandy/dust"
SUMMARY="du + rust = dust. Like du but more intuitive."
