Skip to content

Commit

Permalink
www/node14: Update 14.15.2 -> 14.15.3
Browse files Browse the repository at this point in the history
https://nodejs.org/en/blog/release/v14.15.3/

Node.js v14.15.2 included a commit that has caused reported breakages
when cloning request objects. This release reverts the commit that
introduced the behaviour change. See
nodejs/node#36550 for more details.

Sponsored by:	Miles AS
  • Loading branch information
bradleythughes committed Dec 22, 2020
1 parent dec4aff commit 64932c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/node14/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= node
DISTVERSIONPREFIX= v
DISTVERSION= 14.15.2
DISTVERSION= 14.15.3
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/
PKGNAMESUFFIX= 14
Expand Down
6 changes: 3 additions & 3 deletions www/node14/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1608591949
SHA256 (node-v14.15.2.tar.gz) = f3a6558bd4991f6bb2b4c9d1fc8454518003cebfc732a82aab15dc99069952de
SIZE (node-v14.15.2.tar.gz) = 63135613
TIMESTAMP = 1608624528
SHA256 (node-v14.15.3.tar.gz) = d23a5c354f1c30278477e4e8d1ecb4c12660a4d1ba2476feeed9434e6bf5b96e
SIZE (node-v14.15.3.tar.gz) = 63134187

0 comments on commit 64932c4

Please sign in to comment.