Skip to content

Commit

Permalink
3.1.17 (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin authored Jul 22, 2022
1 parent 961e66c commit 71b737e
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.17": struct(
hash = "d27fef2070c86a218965da8b8b5df8b4425aa3bb",
sha_linux = "562b3ba75ce77a917317bc697febb38194e85cfe07f4fec308c3b29c621f8f13",
sha_mac = "8a2bee8ea434049e40663a6d78d1c3584e5c32196fd85d6a10f3192d2e3aba4e",
sha_mac_arm64 = "5f60d3f351d06d862e853a294642d24243d6cb197e34c2f2602d80555c2eb014",
sha_win = "90b2ade825e07bb05831090dd64b5f5b01a4169a84a3ddec85fcd60be3b246a5",
),
"3.1.16": struct(
hash = "fb1baf00423818052359cf9126e94bc71c39feb5",
sha_linux = "bdce7e58833069a98d7e0b4fd9d6fea7394770ec10339cc95ed9fe52ba39f3a7",
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.16",
"latest": "3.1.17",
"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.17": "d27fef2070c86a218965da8b8b5df8b4425aa3bb",
"3.1.17-asserts": "19aab28a81be09863e86aba8ee4e20feaee31f6b",
"3.1.16": "fb1baf00423818052359cf9126e94bc71c39feb5",
"3.1.16-asserts": "61848bee5b330db5ad5f827352d453b5557757fa",
"3.1.15": "568a46a9fb7e1f1686a6f7216b3dc976f28d2a79",
Expand Down

0 comments on commit 71b737e

Please sign in to comment.