Skip to content

Commit

Permalink
3.1.16 (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jul 15, 2022
1 parent b0a51b3 commit 961e66c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bazel/revisions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# DO NOT MODIFY

EMSCRIPTEN_TAGS = {
"3.1.16": struct(
hash = "fb1baf00423818052359cf9126e94bc71c39feb5",
sha_linux = "bdce7e58833069a98d7e0b4fd9d6fea7394770ec10339cc95ed9fe52ba39f3a7",
sha_mac = "d05f4e997324d7f7d8561436677687d296893d6414f53930184fab272e4c6158",
sha_mac_arm64 = "36ab8da30698558a567c5c1c0e130b59f08cf4b29c9c5242f4ea60b449ecff17",
sha_win = "e1324c22c914ab7f62fe6d38a550de25b2232a723c80393fa8884a260c07766d",
),
"3.1.15": struct(
hash = "568a46a9fb7e1f1686a6f7216b3dc976f28d2a79",
sha_linux = "737db513047d12e95a12f4fbe05314f3af79ac955d1ea43fc83626337e307edc",
Expand Down
4 changes: 3 additions & 1 deletion emscripten-releases-tags.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aliases": {
"latest": "3.1.15",
"latest": "3.1.16",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.9",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.16": "fb1baf00423818052359cf9126e94bc71c39feb5",
"3.1.16-asserts": "61848bee5b330db5ad5f827352d453b5557757fa",
"3.1.15": "568a46a9fb7e1f1686a6f7216b3dc976f28d2a79",
"3.1.15-asserts": "a8a770a0a23d2279270bd28004c8c60b02d91fbb",
"3.1.14": "ade9d780ff17c88d81aa13860361743e3c1e1396",
Expand Down

0 comments on commit 961e66c

Please sign in to comment.