Skip to content

Commit

Permalink
Update to node 20.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 5, 2024
1 parent d6e65d4 commit e0b232e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/libv8/node/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Libv8; end

module Libv8::Node
VERSION = '20.2.0.0'.freeze
NODE_VERSION = '20.2.0'.freeze
VERSION = '20.12.1.0'.freeze
NODE_VERSION = '20.12.1'.freeze
LIBV8_VERSION = '11.3.244.8'.freeze # from v8/include/v8-version.h
end
2 changes: 1 addition & 1 deletion libexec/extract-node
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd "${src}/node-v${version}"

#patch -p1 < "${top}"/patch/gyp-libv8_monolith.patch
#patch -p1 < "${top}"/patch/py2-icutrim.patch
patch -p1 < "${top}"/patch/py2-genv8constants.patch
#patch -p1 < "${top}"/patch/py2-genv8constants.patch

# TODO: the following still fails on py3 so the above one forcing py2 is needed
# patch -p1 < ../../py3-genv8constants.patch
Expand Down
1 change: 1 addition & 0 deletions sums/v20.12.1.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b9bef0314e12773ef004368ee56a2db509a948d4170b9efb07441bac1f1407a0

0 comments on commit e0b232e

Please sign in to comment.