From e9e8bdf9f1f2ee1baaf1821c382e2234fbc02ca7 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 14 Feb 2026 13:35:36 +0200 Subject: [PATCH] Update package version to 25.6.1 --- pkg.info | 4 ++-- source-files/{icu-78.1.patch => update-icu-tests.patch} | 0 source.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename source-files/{icu-78.1.patch => update-icu-tests.patch} (100%) diff --git a/pkg.info b/pkg.info index 37327da..f98bb52 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: nodejs description: Free and open-source Javascript runtime -version: 25.6.0 +version: 25.6.1 revision: 1 url: https://nodejs.org/ license: MIT @@ -25,4 +25,4 @@ downloads: - url: https://nodejs.org/dist/v${BPM_PKG_VERSION}/node-v${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 9db6848c802b1981c0faeb71a5b8cc79913f82a747f7f1d50260c6d2f781ef7e + checksum: cf756781c8b4dc5ee030f87ddf9d51b8d5bf219ad56cbd9855c4a3bdc832c78e diff --git a/source-files/icu-78.1.patch b/source-files/update-icu-tests.patch similarity index 100% rename from source-files/icu-78.1.patch rename to source-files/update-icu-tests.patch diff --git a/source.sh b/source.sh index 0814b00..6e1caeb 100644 --- a/source.sh +++ b/source.sh @@ -4,7 +4,7 @@ prepare() { cd "$BPM_SOURCE" - patch -Np1 -i "$BPM_WORKDIR"/icu-78.1.patch + patch -Np1 -i "$BPM_WORKDIR"/update-icu-tests.patch } # The build function is executed in the source directory