Skip to content

Commit

Permalink
add node.js version 10.16.0
Browse files Browse the repository at this point in the history
* remove version 10.15.2
* continue to build default version 8.12.0
* issue #219
  • Loading branch information
Scott M Anderson committed Jun 12, 2019
1 parent 1ff6810 commit 9b7a71d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
|[LLVM](http://llvm.org/ 'LLVM website')|[open](http://llvm.org/svn/llvm-project/llvm/trunk/LICENSE.TXT 'LLVM Release License')|The LLVM Compiler Infrastructure|3.9.0|[repo](https://github.com/llvm-mirror/llvm 'llvm repo on github')|none|
|[Lua](http://www.lua.org/ 'Lua website')|[open](http://www.lua.org/license.html 'MIT license')|a powerful, fast, lightweight, embeddable scripting language|5.2.3|[repo](https://github.com/smanders/lua 'forked lua repo on github')|[diff](https://github.com/smanders/lua/compare/LuaDist:5.2.3...xp5.2.3 'patch/diff')|
|[nasm](https://www.nasm.us/ 'nasm website')|[BSD](https://www.nasm.us/ 'Simplified (2-clause) BSD license')|The Netwide Assembler - an 80x86 and x86-64 assembler|2.14.02|none|none|
|[Node.js](http://nodejs.org 'Node.js website')|[open](https://raw.githubusercontent.com/nodejs/node/v10.15.2/LICENSE 'MIT license')|platform to build scalable network applications|10.15.2|[repo](https://github.com/nodejs/node 'node repo on github')|none|
|[Node.js](http://nodejs.org 'Node.js website')|[open](https://raw.githubusercontent.com/nodejs/node/v10.16.0/LICENSE 'MIT license')|platform to build scalable network applications|10.16.0|[repo](https://github.com/nodejs/node 'node repo on github')|none|
|[Node.js](http://nodejs.org 'Node.js website')|[open](https://raw.githubusercontent.com/nodejs/node/v8.12.0/LICENSE 'MIT license')|platform to build scalable network applications|8.12.0|[repo](https://github.com/nodejs/node 'node repo on github')|none|
|[OpenH264](http://www.openh264.org/ 'OpenH264 website')|[open](http://www.openh264.org/faq.html 'Two-Clause BSD license')|a codec library which supports H.264 encoding and decoding|1.4.0|[repo](https://github.com/cisco/openh264 'openh264 repo on github')|[diff](https://github.com/smanders/openh264/compare/cisco:v1.4.0...xp1.4.0 'patch/diff')|
|[OpenSSL](http://www.openssl.org/ 'OpenSSL website')|[open](http://www.openssl.org/source/license.html 'OpenSSL, SSLeay License: BSD-style')|Cryptography and SSL/TLS Toolkit|1.0.2a|[repo](https://github.com/smanders/openssl 'forked openssl repo on github')|[diff](https://github.com/smanders/openssl/compare/openssl:OpenSSL_1_0_2a...xp_1_0_2a 'patch/diff')|
Expand Down
2 changes: 1 addition & 1 deletion projects/node.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node
set(NODE_OLDVER 8.12.0)
set(NODE_NEWVER 10.15.2)
set(NODE_NEWVER 10.16.0)
####################
function(build_node)
if(NOT (XP_DEFAULT OR XP_PRO_NODE_${NODE_OLDVER} OR XP_PRO_NODE_${NODE_NEWVER}))
Expand Down
4 changes: 2 additions & 2 deletions projects/node_10.15.2.cmake → projects/node_10.16.0.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VER 10.15.2)
set(VER 10.16.0)
xpProOption(node_${VER})
set(REPO https://github.com/nodejs/node)
set(PRO_NODE_${VER}
Expand All @@ -12,5 +12,5 @@ set(PRO_NODE_${VER}
GIT_ORIGIN git://github.com/nodejs/node.git
GIT_TAG v${VER} # what to 'git checkout'
DLURL http://nodejs.org/dist/v${VER}/node-v${VER}.tar.gz
DLMD5 4ecb2ff4c835a669502ad98437c75123
DLMD5 46f47630e088540968962f1ad71b9d0a
)

0 comments on commit 9b7a71d

Please sign in to comment.