From b876d460c1935ee37d6303ef33809dc544ac0c2d Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 7 Oct 2024 22:20:51 +0200 Subject: [PATCH] Linux: update static libv8 to version 11.9 --- NEWS | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c118df7..70beac0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ 6.0.0 - Add support for dynamic ES modules - - Update static libv8 to version 10.8 on most platforms + - Linux: update static libv8 to version 11.9 5.0.1 - Remove some test verbosity per CRAN request diff --git a/configure b/configure index 6709b0e..7a52dc4 100755 --- a/configure +++ b/configure @@ -93,7 +93,7 @@ elif [ "$IS_MACOS" ]; then . ./autobrew fi elif [ "$DOWNLOAD_STATIC_LIBV8" ]; then - SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/10.8.168.25/get-v8-linux.sh" + SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/11.9.169.7/get-v8-linux.sh" ${R_HOME}/bin/R -s -e "curl::curl_download('$SCRIPTURL','get-v8-linux.sh')" && . ./get-v8-linux.sh || true fi