diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 42a2091..b099bf3 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,7 +1,7 @@ schema_version: 1 context: - version: "26.4.0" + version: "26.5.0" # NODE_MODULE_VERSION set in src/node_version.h NODE_MODULE_VERSION: 147 @@ -14,7 +14,7 @@ source: - if: unix then: url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}.tar.gz - sha256: b1d9ebb2f4bea2058f2d105710d8cffbd1af3c0c5c690b1886ce54df098bea16 + sha256: b3db373d860129807d8e504eaad184f1f5cb0e970b7467c80595f7a4653cf977 patches: - patches/0001-stop-removing-librt.patch - patches/0002-include-obj-name-in-shared-intermediate.patch @@ -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: 5f87d038c6ec442aa46b9126f8ca170acbd2f3b9b9152ca798cf54596a31e214 + sha256: d3b2277dbcccfdf24ef6302928f64f484cff1d77a6d3caa3a28f4d20ce9158f6 - if: target_platform == "win-arm64" then: url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip - sha256: 394cb72e664faaa518ca1877bcc20bb03a3e2f51ed1f6cfce53e1a306e8c97f6 + sha256: c0cfa5877b6de743301e622f5abc4d26fb0ff8798adffc8fffd2885f426008ba build: number: 0