Skip to content

Commit e0b232e

Browse files
committed
Update to node 20.12.1
1 parent d6e65d4 commit e0b232e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/libv8/node/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Libv8; end
22

33
module Libv8::Node
4-
VERSION = '20.2.0.0'.freeze
5-
NODE_VERSION = '20.2.0'.freeze
4+
VERSION = '20.12.1.0'.freeze
5+
NODE_VERSION = '20.12.1'.freeze
66
LIBV8_VERSION = '11.3.244.8'.freeze # from v8/include/v8-version.h
77
end

libexec/extract-node

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cd "${src}/node-v${version}"
3131

3232
#patch -p1 < "${top}"/patch/gyp-libv8_monolith.patch
3333
#patch -p1 < "${top}"/patch/py2-icutrim.patch
34-
patch -p1 < "${top}"/patch/py2-genv8constants.patch
34+
#patch -p1 < "${top}"/patch/py2-genv8constants.patch
3535

3636
# TODO: the following still fails on py3 so the above one forcing py2 is needed
3737
# patch -p1 < ../../py3-genv8constants.patch

sums/v20.12.1.sum

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b9bef0314e12773ef004368ee56a2db509a948d4170b9efb07441bac1f1407a0

0 commit comments

Comments
 (0)