From 2b9612c3ea30af979d7969d835e6ca37d6fd0251 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sat, 22 Jul 2023 01:00:58 +0900 Subject: [PATCH] Node.js v20.5.0 Signed-off-by: Sora Morimoto --- node_archives.bzl | 16 ++++++++-------- nodejs/testdata/nodejs20.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index 73172f609..54168f447 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -26,10 +26,10 @@ def repositories(): node_archive( name = "nodejs20_amd64", - sha256 = "2a9b03dd17fa6d9241b93e244d7e8f2524c4019fb5cfe3a99e59da1ee983cb9a", - strip_prefix = "node-v20.4.0-linux-x64/", - urls = ["https://nodejs.org/dist/v20.4.0/node-v20.4.0-linux-x64.tar.gz"], - version = "20.4.0", + sha256 = "6799042a2970dcecdb71a91d392c53d954ec06d36155c7d11bf7c9a4983b60ea", + strip_prefix = "node-v20.5.0-linux-x64/", + urls = ["https://nodejs.org/dist/v20.5.0/node-v20.5.0-linux-x64.tar.gz"], + version = "20.5.0", architecture = "amd64", control = "//nodejs:control", ) @@ -56,10 +56,10 @@ def repositories(): node_archive( name = "nodejs20_arm64", - sha256 = "6ed340475a8bd5db5f04fe943b8fb89b7b2a8fd919f91217c6386dfa59865ba3", - strip_prefix = "node-v20.4.0-linux-arm64/", - urls = ["https://nodejs.org/dist/v20.4.0/node-v20.4.0-linux-arm64.tar.gz"], - version = "20.4.0", + sha256 = "fde339b181db5827b42b83bd20479a44fe5bd5b8e4b71a5d09ee2f1f8152de97", + strip_prefix = "node-v20.5.0-linux-arm64/", + urls = ["https://nodejs.org/dist/v20.5.0/node-v20.5.0-linux-arm64.tar.gz"], + version = "20.5.0", architecture = "arm64", control = "//nodejs:control", ) diff --git a/nodejs/testdata/nodejs20.yaml b/nodejs/testdata/nodejs20.yaml index 93c912340..79fe9b13a 100644 --- a/nodejs/testdata/nodejs20.yaml +++ b/nodejs/testdata/nodejs20.yaml @@ -3,4 +3,4 @@ commandTests: - name: nodejs command: "/nodejs/bin/node" args: ["--version"] - expectedOutput: ["v20.4.0"] + expectedOutput: ["v20.5.0"]