Commit 9a5d9fe 1 parent a9d3ebd commit 9a5d9fe Copy full SHA for 9a5d9fe
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
6.0.0
2
2
- 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
4
4
5
5
5.0.1
6
6
- Remove some test verbosity per CRAN request
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ elif [ "$IS_MACOS" ]; then
93
93
. ./autobrew
94
94
fi
95
95
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"
97
97
${R_HOME}/bin/R -s -e "curl::curl_download('$SCRIPTURL','get-v8-linux.sh')" && . ./get-v8-linux.sh || true
98
98
fi
99
99
You can’t perform that action at this time.
0 commit comments