From 8564728baea098cb5aaf232e697cd30b2ae69362 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 10 Oct 2023 07:01:30 +0000 Subject: [PATCH] chore(main/nodejs): move commit to new line to not confuse auto updater script [no ci] --- packages/nodejs/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nodejs/build.sh b/packages/nodejs/build.sh index d27966be9f..7e36d912ea 100644 --- a/packages/nodejs/build.sh +++ b/packages/nodejs/build.sh @@ -5,7 +5,8 @@ TERMUX_PKG_MAINTAINER="Yaksh Bariya " TERMUX_PKG_VERSION=20.2.0 TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=22523df2316c35569714ff1f69b053c2e286ced460898417dee46945efcdf989 -TERMUX_PKG_AUTO_UPDATE=false # thunder-coding: don't try to autoupdate nodejs, that thing takes 2 whole hours to build for a single arch, and requires a lot of patch updates everytime. Also I run tests everytime I update it to ensure least bugs + # thunder-coding: don't try to autoupdate nodejs, that thing takes 2 whole hours to build for a single arch, and requires a lot of patch updates everytime. Also I run tests everytime I update it to ensure least bugs +TERMUX_PKG_AUTO_UPDATE=false # 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.