File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module Libv8 ; end
2
2
3
3
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
6
6
LIBV8_VERSION = '11.3.244.8' . freeze # from v8/include/v8-version.h
7
7
end
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ cd "${src}/node-v${version}"
31
31
32
32
# patch -p1 < "${top}"/patch/gyp-libv8_monolith.patch
33
33
# patch -p1 < "${top}"/patch/py2-icutrim.patch
34
- patch -p1 < " ${top} " /patch/py2-genv8constants.patch
34
+ # patch -p1 < "${top}"/patch/py2-genv8constants.patch
35
35
36
36
# TODO: the following still fails on py3 so the above one forcing py2 is needed
37
37
# patch -p1 < ../../py3-genv8constants.patch
Original file line number Diff line number Diff line change
1
+ b9bef0314e12773ef004368ee56a2db509a948d4170b9efb07441bac1f1407a0
You can’t perform that action at this time.
0 commit comments