Skip to content

Commit

Permalink
updated v23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Nov 12, 2024
1 parent f1df185 commit 00cb25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "22.9.0" %}
{% set version = "23.2.0" %}

# NODE_MODULE_VERSION set in src/node_version.h
{% set NODE_MODULE_VERSION = 127 %}
Expand All @@ -10,9 +10,9 @@ package:
source:
# checksums from https://nodejs.org/dist/vX.Y.Z/SHASUMS256.txt.asc
url: https://nodejs.org/dist/v{{ version }}/node-v{{ version }}.tar.gz # [unix]
sha256: 296854aa1dca140b0462c2415637d0419e42af91114538a7e6fdf623971a6833 # [unix]
sha256: 79900219d5f835cbfdc9092a9d3d60c5bf2f9f94eb8e19dccd327a6d15f560af # [unix]
url: https://nodejs.org/dist/v{{ version }}/node-v{{ version }}-win-x64.zip # [win]
sha256: 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c # [win]
sha256: 67e037253c7550db9adad9647e9b330d0d75ec2685c0eecbe8aec7abe6921183 # [win]
patches:
- patches/0001-stop-removing-librt.patch # [not win]
- patches/0002-include-obj-name-in-shared-intermediate.patch # [not win]
Expand Down

0 comments on commit 00cb25a

Please sign in to comment.