DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "six-ddc/plow" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED=$(echo "${URL}" | cut -d'_' -f2)
fi
PRETTY_NAME="Plow"
WEBSITE="https://github.com/six-ddc/plow"
SUMMARY="A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying"
