From d6adab8e0617978fd9bcfa11b1306fa563ec106f Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:24:55 +0200 Subject: [PATCH] Bump `nodejs20` to `20.16.0` --- node_archives.bzl | 40 +++++++++++++++++------------------ nodejs/testdata/nodejs20.yaml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/node_archives.bzl b/node_archives.bzl index 2a5c86140..741838027 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -59,50 +59,50 @@ def repositories(): node_archive( name = "nodejs20_amd64", - sha256 = "a9db028c0a1c63e3aa0d97de24b0966bc507d8239b3aedc4e752eea6b0580665", - strip_prefix = "node-v20.15.1-linux-x64/", - urls = ["https://nodejs.org/dist/v20.15.1/node-v20.15.1-linux-x64.tar.gz"], - version = "20.15.1", + sha256 = "b3f874ea84e440d69ed02ca92429d0eccd17737fde86db69c1c153d16ec654f2", + strip_prefix = "node-v20.16.0-linux-x64/", + urls = ["https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-x64.tar.gz"], + version = "20.16.0", architecture = "amd64", control = "//nodejs:control", ) node_archive( name = "nodejs20_arm64", - sha256 = "8554c91ccd32782351035d3a9b168ad01c6922480800a21870fc5d6d86c2bb70", - strip_prefix = "node-v20.15.1-linux-arm64/", - urls = ["https://nodejs.org/dist/v20.15.1/node-v20.15.1-linux-arm64.tar.gz"], - version = "20.15.1", + sha256 = "551588f8f5ca05c04efb53f1b2bb7d9834603327bdc82d60a944d385569866e1", + strip_prefix = "node-v20.16.0-linux-arm64/", + urls = ["https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-arm64.tar.gz"], + version = "20.16.0", architecture = "arm64", control = "//nodejs:control", ) node_archive( name = "nodejs20_arm", - sha256 = "2c16717da7d2d7b00f6af146cdf436a0297cbcee52c85b754e4c9ed7cee34b51", - strip_prefix = "node-v20.15.1-linux-armv7l/", - urls = ["https://nodejs.org/dist/v20.15.1/node-v20.15.1-linux-armv7l.tar.gz"], - version = "20.15.1", + sha256 = "1c77c52ab507ddee479012f0b4bf523dd8400df4504447d623632353076e2e27", + strip_prefix = "node-v20.16.0-linux-armv7l/", + urls = ["https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-armv7l.tar.gz"], + version = "20.16.0", architecture = "arm", control = "//nodejs:control", ) node_archive( name = "nodejs20_ppc64le", - sha256 = "b91df4971b428f9cb2fbe427c919ad382c4cd206a85e5c918c60c15f1e3d2e32", - strip_prefix = "node-v20.15.1-linux-ppc64le/", - urls = ["https://nodejs.org/dist/v20.15.1/node-v20.15.1-linux-ppc64le.tar.gz"], - version = "20.15.1", + sha256 = "80b515595e46afb9bae77f61083a4ca7c21bbdb627f69ff53fd5dca3a26773fb", + strip_prefix = "node-v20.16.0-linux-ppc64le/", + urls = ["https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-ppc64le.tar.gz"], + version = "20.16.0", architecture = "ppc64le", control = "//nodejs:control", ) node_archive( name = "nodejs20_s390x", - sha256 = "393f511b5623c8a872e58203914a54bc7e086b8ca870d34833766d4f9c4e2448", - strip_prefix = "node-v20.15.1-linux-s390x/", - urls = ["https://nodejs.org/dist/v20.15.1/node-v20.15.1-linux-s390x.tar.gz"], - version = "20.15.1", + sha256 = "ae7a9f6e631a0bede76a501d8b1d806f56b97acfa5a1d6833bab5ce90a404e5e", + strip_prefix = "node-v20.16.0-linux-s390x/", + urls = ["https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-s390x.tar.gz"], + version = "20.16.0", architecture = "s390x", control = "//nodejs:control", ) diff --git a/nodejs/testdata/nodejs20.yaml b/nodejs/testdata/nodejs20.yaml index 075f1f3ad..a48c4c827 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.15.1"] + expectedOutput: ["v20.16.0"]