DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
case ${HOST_ARCH} in
    amd64) ARCH=x86_64 ;;
    arm64) ARCH=arm64 ;;
esac

get_github_releases "xpipe-io/xpipe" "latest"
if [ "${ACTION}" != "prettylist" ]; then 
    URL=$(grep -m 1 "browser_download_url.*${ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED=$( cut -d'/' -f8 <<< "${URL//v/}")
fi
PRETTY_NAME="xpipe"
WEBSITE="https://github.com/xpipe-io/xpipe"
SUMMARY="Your entire server infrastructure at your fingertips"
