1
- {% set version = "18.16.0 " %}
1
+ {% set version = "18.18.2 " %}
2
2
3
3
# NODE_MODULE_VERSION set in src/node_version.h
4
4
{% set NODE_MODULE_VERSION = 108 %}
@@ -10,18 +10,17 @@ package:
10
10
source :
11
11
# checksums from https://nodejs.org/dist/vX.Y.Z/SHASUMS256.txt.asc
12
12
url : https://nodejs.org/dist/v{{ version }}/node-v{{ version }}.tar.gz # [unix]
13
- sha256 : 6a4f5c5d76e5c50cef673099e56f19bc3266ae363f56ca0ab77dd2f3c5088c6d # [unix]
13
+ sha256 : 509cd2cfc3a515bf2257ed3886b9fac64aeaac2a70ea59c0a6e02e2dbb722132 # [unix]
14
14
url : https://nodejs.org/dist/v{{ version }}/node-v{{ version }}-win-x64.zip # [win]
15
- sha256 : 4b3bd4cb5570cc217490639e93a7e1b7a7a341981366661e514ce61941824a85 # [win]
15
+ sha256 : 3bb0e51e579a41a22b3bf6cb2f3e79c03801aa17acbe0ca00fc555d1282e7acd # [win]
16
16
patches : # [not win]
17
17
- linux-librt.patch # [not win]
18
18
- cinttypes.patch # [linux]
19
19
- less-shared-intermediate.patch # [not win]
20
20
- 0001-Forward-ceilf-floorf.patch # [not win]
21
- - 0002-ppc64le-remove-const.patch # [ppc64le]
22
21
23
22
build :
24
- number : 1
23
+ number : 0
25
24
# Anaconda doesn't provide nodejs on s390x because it's not included in SOW packages
26
25
skip : True # [s390x]
27
26
# Prefix replacement breaks in the binary embedded configurations.
@@ -32,7 +31,7 @@ requirements:
32
31
- {{ compiler('c') }} # [not win]
33
32
- {{ compiler('cxx') }} # [not win]
34
33
- python 3.8 # [not win]
35
- - ninja # [not win]
34
+ - ninja-base # [not win]
36
35
- pkg-config # [not win]
37
36
- patch # [not win]
38
37
host :
0 commit comments