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.1.0"
version: "26.2.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: ccaf9bfea12ec3d2beb36f5a1d54483f2620ad9de007e551fb8640ed82d29989
sha256: 37032a75a677f063dbe22f0cc72249a3a2faff2ce71056b63771d6967bd63384
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: 089a02c4c687451c9f0b7f1bfd252dae85a7ba27df0295a14096bdcc956fdc92
sha256: 371071a4f7e2c8a5dd280730049c685911feecc59f50ebc488d675dc1087c69c
- if: target_platform == "win-arm64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip
sha256: 0b913d67ccef3e7e62edcecd2daf31de5fd9551936501ccd3cd5c027ada089ee
sha256: 131efa8bd858f8ad000a1a0436d8bb1320c638291c779a921fb20e5702a1cc0a

build:
number: 0
Expand Down