From 4a1061c8f34ffe32a0a96941953be684fce5aba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 16:29:49 +0000 Subject: [PATCH] emscripten: Update to version 3.1.7 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 97b743e80c..8aba2a52d1 100644 --- a/bucket/emscripten.json +++ b/bucket/emscripten.json @@ -1,6 +1,6 @@ { "##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.", - "version": "3.1.6", + "version": "3.1.7", "description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.", "homepage": "https://emscripten.org/", "license": "MIT|NCSA", @@ -10,11 +10,11 @@ ], "architecture": { "64bit": { - "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.6.zip", - "hash": "9be83720c4a4644c71e9c2474d1a8e44daabc7c2a021822a3800f1dca4d7b740" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.7.zip", + "hash": "e05e3bd86374f8aa0f21036949439fc7ff1b9e9d441c3b4052851a4d49068e8a" } }, - "extract_dir": "emsdk-3.1.6", + "extract_dir": "emsdk-3.1.7", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [