summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download-d8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-d8.sh b/scripts/download-d8.sh
index cadef1da..05cf1d58 100755
--- a/scripts/download-d8.sh
+++ b/scripts/download-d8.sh
@@ -6,7 +6,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
ROOT_DIR="$(dirname "${SCRIPT_DIR}")"
OUT_DIR="${ROOT_DIR}/out"
-V8_SHA=a1d0f8d9e564f8a95f752c021993911bafdb6d65
+V8_SHA=1e3d7a199848a4850085e5c7f9dcb524d3f23d6a
BUCKET_URL=https://storage.googleapis.com/webassembly/v8-native-prototype/${V8_SHA}
Download() {