Update package version to 25.6.1

This commit is contained in:
2026-02-14 13:35:36 +02:00
parent 4ff2a63161
commit e9e8bdf9f1
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: nodejs name: nodejs
description: Free and open-source Javascript runtime description: Free and open-source Javascript runtime
version: 25.6.0 version: 25.6.1
revision: 1 revision: 1
url: https://nodejs.org/ url: https://nodejs.org/
license: MIT license: MIT
@@ -25,4 +25,4 @@ downloads:
- url: https://nodejs.org/dist/v${BPM_PKG_VERSION}/node-v${BPM_PKG_VERSION}.tar.xz - url: https://nodejs.org/dist/v${BPM_PKG_VERSION}/node-v${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 9db6848c802b1981c0faeb71a5b8cc79913f82a747f7f1d50260c6d2f781ef7e checksum: cf756781c8b4dc5ee030f87ddf9d51b8d5bf219ad56cbd9855c4a3bdc832c78e
+1 -1
View File
@@ -4,7 +4,7 @@
prepare() { prepare() {
cd "$BPM_SOURCE" 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 # The build function is executed in the source directory