www/node: Update 11.3.0_1 -> 11.6.0
https://nodejs.org/en/blog/release/v11.4.0/ https://nodejs.org/en/blog/release/v11.5.0/ https://nodejs.org/en/blog/release/v11.6.0/ Sponsored by: Miles AS
This commit is contained in:
parent
82e3f0a1c7
commit
5aee51a51b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488626
3 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 11.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 11.6.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1544440262
|
||||
SHA256 (node-v11.3.0.tar.gz) = 9db85052ec091a2a0ff6b928bed5030b6383846e8d677726648d042268169407
|
||||
SIZE (node-v11.3.0.tar.gz) = 36499416
|
||||
TIMESTAMP = 1545851728
|
||||
SHA256 (node-v11.6.0.tar.gz) = 39ef4f1866f75786baff5959439483fafdc99d3ee3a0568a13cc635d64cf5e0b
|
||||
SIZE (node-v11.6.0.tar.gz) = 36661622
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
bin/node
|
||||
include/node/common.gypi
|
||||
include/node/config.gypi
|
||||
include/node/js_native_api.h
|
||||
include/node/js_native_api_types.h
|
||||
include/node/libplatform/libplatform.h
|
||||
include/node/libplatform/libplatform-export.h
|
||||
include/node/libplatform/v8-tracing.h
|
||||
|
|
Loading…
Reference in a new issue