aboutsummaryrefslogtreecommitdiff
path: root/lang/node/Makefile
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2023-03-20 17:33:17 +0900
committerTianling Shen <cnsztl@gmail.com>2023-03-21 17:29:35 +0800
commit94345b0325bbffebf97b8a54f2d896a1bbb1291a (patch)
tree659e8a26dd0cf427c08b67e1497a875a32732b16 /lang/node/Makefile
parenta4b9697684ad13e9c60e22a830c5d5c28bd5e9ad (diff)
node: bump to v18.15.0
Update to v18.15.0 Fixed bug using system-icu Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node/Makefile')
-rw-r--r--lang/node/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/node/Makefile b/lang/node/Makefile
index f1eacd891..6da85cc12 100644
--- a/lang/node/Makefile
+++ b/lang/node/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=node
-PKG_VERSION:=v18.14.2
+PKG_VERSION:=v18.15.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
-PKG_HASH:=fbc364dd25fee2cacc0f2033db2d86115fc07575310ea0e64408b8170d09c685
+PKG_HASH:=8e44d65018ff973284195c23186469a0ea4082e97ec4200e5f5706d5584daa37
PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
PKG_LICENSE:=MIT