Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

context:
version: "25.2.1"
version: "25.4.0"
# NODE_MODULE_VERSION set in src/node_version.h
NODE_MODULE_VERSION: 141

Expand All @@ -14,7 +14,7 @@ source:
- if: unix
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}.tar.gz
sha256: 1cbbdb66f99e0c41937eb8763c57e622eab43006742dc4d0856270b17215e376
sha256: aa85eaa3c2c81c8b755039018d725bc140c409c2100508785bc8275e610b0e81
patches:
- patches/0001-stop-removing-librt.patch
- patches/0002-include-obj-name-in-shared-intermediate.patch
Expand All @@ -23,14 +23,14 @@ source:
- if: target_platform == "win-64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-x64.zip
sha256: f97ba75ead7720652f3925d9cf8661e083a28c6b98ea77acc83903d77a9dd688
sha256: 5a5fcd17bc7567645c85b016cd428e4cd9e54796994651be3f3709768714e002
- if: target_platform == "win-arm64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip
sha256: e2a3eda9fabf97929274cc9cbbf4f374743765630cbb1691a22d01040b0cf23a
sha256: ab747b4d8579aa95ef7148a883fea5a5577dfbcc1bfbc4f62bb4257c26b27acc

build:
number: 2
number: 0
# Prefix replacement breaks in the binary embedded configurations.
prefix_detection:
ignore_binary_files: true
Expand Down