Skip to content

Commit

Permalink
node: bump to v18.20.5
Browse files Browse the repository at this point in the history
Notable Changes
  esm: mark import attributes and JSON module as stable (Nicolò Ribaudo)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
  • Loading branch information
nxhack committed Nov 25, 2024
1 parent 714aeeb commit bb51d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lang/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=node
PKG_VERSION:=v18.20.4
PKG_VERSION:=v18.20.5
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
PKG_HASH:=349259af6821f730bc4ca3a0e6576efc75ba86e546d118629a5b75eb8ebc3a0b
PKG_HASH:=938735364745b7d4cd650b9325df6f2d2ec4240c56f9318e38638af910a820c6

PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion lang/node/patches/007-fix_host_build_on_macos.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/tools/gyp/pylib/gyp/generator/make.py
+++ b/tools/gyp/pylib/gyp/generator/make.py
@@ -206,7 +206,7 @@ cmd_solink_module = $(LINK.$(TOOLSET)) -
@@ -207,7 +207,7 @@ cmd_solink_module = $(LINK.$(TOOLSET)) -

LINK_COMMANDS_MAC = """\
quiet_cmd_alink = LIBTOOL-STATIC $@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/configure.py
+++ b/configure.py
@@ -1291,7 +1291,6 @@ def configure_node(o):
@@ -1290,7 +1290,6 @@ def configure_node(o):

# Enable branch protection for arm64
if target_arch == 'arm64':
Expand Down

0 comments on commit bb51d4e

Please sign in to comment.