From 606a3ef7e46d8e57a0fdf90f5fdcdb4fdd98d71d Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 29 Aug 2025 10:05:20 +0000 Subject: [PATCH] bump(main/nodejs): 24.7.0 Tests seem to be green. No regressions caught in termux-docker, will catch up with nodejs-lts this weekend as well --- packages/nodejs/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/nodejs/build.sh b/packages/nodejs/build.sh index c836c2e1a0..3485933774 100644 --- a/packages/nodejs/build.sh +++ b/packages/nodejs/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://nodejs.org/ TERMUX_PKG_DESCRIPTION="Open Source, cross-platform JavaScript runtime environment" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Yaksh Bariya " -TERMUX_PKG_VERSION=24.6.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=24.7.0 TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=8ad5c387b5d55d8f3b783b0f1b21bae03a3b3b10ac89a25d266cffa7b795e842 +TERMUX_PKG_SHA256=cf74a77753b629ffebd2e38fb153a21001b2b7a3c365c0ec7332b120b98c7251 # 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