Skip to content

Commit 1274a41

Browse files
committed
Update to 22.23.1
1 parent e2e1f75 commit 1274a41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

recipe/recipe.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version: 1
22

33
context:
4-
version: 22.22.3
4+
version: 22.23.1
55
# NODE_MODULE_VERSION set in src/node_version.h
66
NODE_MODULE_VERSION: 127
77

@@ -14,22 +14,22 @@ source:
1414
- if: unix
1515
then:
1616
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}.tar.gz
17-
sha256: 3c354fe130e6a8b71701784f48f010ce9a0af40d9f20292c7a8fb8efed1e694c
17+
sha256: f40ff2e6b99196271caffae2b240e9148d66675994afd00e522dad7ecce6f27b
1818
patches:
1919
- patches/0001-stop-removing-librt.patch
2020
- patches/0002-include-obj-name-in-shared-intermediate.patch
2121
- patches/0003-Forward-ceilf-floorf.patch
2222
- if: target_platform == "win-64"
2323
then:
2424
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-x64.zip
25-
sha256: 6c8d54f635feff4df76c2ca80f45332eb2ff57d25226edce36592e51a177ee33
25+
sha256: 7df0bc9375723f4a86b3aa1b7cc73342423d9677a8df4538aca31a049e309c29
2626
- if: target_platform == "win-arm64"
2727
then:
2828
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip
29-
sha256: 00be129a09e8872cd52d3bb8bba12412c5733d2224123a482a2dca4a6fbf2586
29+
sha256: b470fdfe3502c05151656e06d495e3f47544f2ee8b1d9c8705090f2dd5996bd0
3030

3131
build:
32-
number: 1
32+
number: 0
3333
# Prefix replacement breaks in the binary embedded configurations.
3434
prefix_detection:
3535
ignore_binary_files: true

0 commit comments

Comments
 (0)