aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-28 10:00:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-28 10:21:26 +0000
commiteecca7330e18ef8cc05297f64b1a599aa10f3a91 (patch)
treea215ecc0e3d538f18d433bb6aa5bc7315565862b
parent4ac113ed690ee0b9068ca51dc97f85b2b62c5d58 (diff)
downloadports-eecca7330e18ef8cc05297f64b1a599aa10f3a91.tar.gz
ports-eecca7330e18ef8cc05297f64b1a599aa10f3a91.zip
www/node18: Update to 18.20.3
-rw-r--r--www/node18/Makefile.version2
-rw-r--r--www/node18/distinfo6
-rw-r--r--www/node18/pkg-descr6
3 files changed, 6 insertions, 8 deletions
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.