Skip to content

Commit 9a5d9fe

Browse files
committed
Linux: update static libv8 to version 11.9
1 parent a9d3ebd commit 9a5d9fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
6.0.0
22
- Add support for dynamic ES modules
3-
- Update static libv8 to version 10.8 on most platforms
3+
- Linux: update static libv8 to version 11.9
44

55
5.0.1
66
- Remove some test verbosity per CRAN request

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ elif [ "$IS_MACOS" ]; then
9393
. ./autobrew
9494
fi
9595
elif [ "$DOWNLOAD_STATIC_LIBV8" ]; then
96-
SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/10.8.168.25/get-v8-linux.sh"
96+
SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/11.9.169.6/get-v8-linux.sh"
9797
${R_HOME}/bin/R -s -e "curl::curl_download('$SCRIPTURL','get-v8-linux.sh')" && . ./get-v8-linux.sh || true
9898
fi
9999

0 commit comments

Comments
 (0)