Skip to content

Commit

Permalink
build: Add download for nodejs
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Dec 10, 2023
1 parent dd01f8d commit 63ab42a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions downloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,19 @@ download_filename = clang+llvm-%(version)s-x86-64-apple-darwin22.0.tar.xz
strip_leading_dirs = clang+llvm-%(version)s-x86-64-apple-darwin22.0
sha512 = b0482b7fd2004ac7c09bf18026b786e0f366984fa70efa84a88568a16b414dd6cc7329ce10d96b3df6d6da7edd75ca5a2b310d2878ca1b30054707a61010f6f2
output_path = third_party/llvm-build/Release+Asserts

[nodejs-x64]
version = 16.13.0
url = https://nodejs.org/dist/v%(version)s/node-v%(version)s-darwin-x64.tar.xz
download_filename = node-v%(version)s-darwin-x64.tar.xz
strip_leading_dirs = node-v%(version)s-darwin-x64
sha512=0e2ad3e108a6a2e938180ac958094476d5217e77176ecd18f6eb7f295ac2890781577c6dd243a9ce8633f319fed8e628738094cdd0ff036f4f5cfdf93d46fdc0
output_path = third_party/node/mac/node-darwin-x64

[nodejs-arm64]
version = 16.13.0
url = https://nodejs.org/dist/v%(version)s/node-v%(version)s-darwin-arm64.tar.xz
download_filename = node-v%(version)s-darwin-arm64.tar.xz
strip_leading_dirs = node-v%(version)s-darwin-arm64
sha512=8678a2baf8d0c1c0e74ccf64c0dfdbb634e4c99d5770f20cf670f0a725885c668d7950e31cb1cbb08df78c6ef030a2dff8b9574e8817c74acbcb58a109b5ad9e
output_path = third_party/node/mac/node-darwin-arm64

0 comments on commit 63ab42a

Please sign in to comment.