Skip to content
Merged
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
8 changes: 4 additions & 4 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

context:
version: "26.5.1"
version: "26.6.0"
# NODE_MODULE_VERSION set in src/node_version.h
NODE_MODULE_VERSION: 147

Expand All @@ -14,7 +14,7 @@ source:
- if: unix
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}.tar.gz
sha256: 1143281232fc4640188aaa20afb0f9c4f06031f554cd3f1e5ac86e8a0387511a
sha256: 0c1a4512ceb6ab37404900762cf325326faafed9ea96e726af6b003acf22322a
patches:
- patches/0001-stop-removing-librt.patch
- patches/0002-include-obj-name-in-shared-intermediate.patch
Expand All @@ -23,11 +23,11 @@ source:
- if: target_platform == "win-64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-x64.zip
sha256: c432c996b95cbf7568f13a0fbb37526de84a27e3a5c520c3be15f05a9a168212
sha256: aa81c8552f251ff280134985ccdaf16d336e2961b1e2c3eeb7b7b2221509f723
- if: target_platform == "win-arm64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip
sha256: 467f425228a2fdcc83a330f5f38b124b5b43b42f5033d7848b4e47c9becc36f9
sha256: 0a738ffd9362003fc905f685b29bec2eca867d2f84f1bc37a70497423a0f7b1e

build:
number: 0
Expand Down
Loading