X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e97faecc18d723910e798a7a249673aa610e495..e2e96b228eaeaf5d08d38c63b1d3bb92fe4e171f:/disabled-packages/nodejs-current/build.sh diff --git a/disabled-packages/nodejs-current/build.sh b/disabled-packages/nodejs-current/build.sh index 49216d79..0923e73a 100644 --- a/disabled-packages/nodejs-current/build.sh +++ b/disabled-packages/nodejs-current/build.sh @@ -1,9 +1,9 @@ # status: Does not build TERMUX_PKG_HOMEPAGE=https://nodejs.org/ TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications" -TERMUX_PKG_VERSION=7.6.0 +TERMUX_PKG_VERSION=7.8.0 TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970 +TERMUX_PKG_SHA256=6aa2ab52763f33ce09b63e913f3caf67d9d4b1120c70b087b50155bd647b76da # Note that we do not use a shared libuv to avoid an issue with the Android # linker, which does not use symbols of linked shared libraries when resolving # symbols on dlopen(). See https://github.com/termux/termux-packages/issues/462. @@ -39,8 +39,7 @@ termux_step_configure () { elif [ $TERMUX_ARCH = "x86_64" ]; then DEST_CPU="x64" else - echo "Unsupported arch: $TERMUX_ARCH" - exit 1 + termux_error_exit "Unsupported arch '$TERMUX_ARCH'" fi export GYP_DEFINES="host_os=linux"