diff --git a/www/node18/Makefile.version b/www/node18/Makefile.version index 5c3390b82a96..c5fa745d4408 100644 --- a/www/node18/Makefile.version +++ b/www/node18/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 18.20.2 +NODEJS_PORTVERSION= 18.20.3 diff --git a/www/node18/distinfo b/www/node18/distinfo index c8f1255c2081..b615475d6fba 100644 --- a/www/node18/distinfo +++ b/www/node18/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712886410 -SHA256 (node-v18.20.2.tar.xz) = 8aaea7c9c7e927fb09d91498da311b6e4d18233390e23c723a53b891fad4c73f -SIZE (node-v18.20.2.tar.xz) = 40550044 +TIMESTAMP = 1716448658 +SHA256 (node-v18.20.3.tar.xz) = 4b144f9fd6ae4b1d62b732c5b3160e7b9e84be4af0ae062c7b484e89ea41ae8d +SIZE (node-v18.20.3.tar.xz) = 40610412 diff --git a/www/node18/pkg-descr b/www/node18/pkg-descr index 4920df91f200..aed88d828d57 100644 --- a/www/node18/pkg-descr +++ b/www/node18/pkg-descr @@ -1,4 +1,2 @@ -Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js -uses an event-driven, non-blocking I/O model that makes it lightweight and -efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open -source libraries in the world. +Node.js is a free, open-source, cross-platform JavaScript runtime environment +that lets developers create servers, web apps, command line tools and scripts.