Skip to content

Commit

Permalink
3.1.12 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored May 27, 2022
1 parent b3ca5a4 commit 62d817b
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.12": struct(
hash = "a8c3b314d61e2bb98581d522f858132b2fc21488",
sha_linux = "ac8ae46b2fe2fbef07077cdeefc8288d2a73e3189958f32b36f2d17d868275d0",
sha_mac = "c33afddd7c8f7a5293cb427ef26eb65f51fa3121d0577568824174227aa37ef3",
sha_mac_arm64 = "253feff779385d2499764cd988175446e21db8cbb9952746e96969c2a763924c",
sha_win = "04015fb6a1b4ad4d7c16587a7eeaabf19c5b35097f3e28efa029c0c67547067c",
),
"3.1.11": struct(
hash = "8c3a799341c01148692c52fda73bbba5e89c5727",
sha_linux = "ba52cfd784362530866c9d554ddc62cfa3f0690f44007c0b3b36e189bb579d5e",
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.11",
"latest": "3.1.12",
"latest-sdk": "latest",
"latest-64bit": "latest",
"sdk-latest-64bit": "latest",
Expand All @@ -9,6 +9,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.12": "a8c3b314d61e2bb98581d522f858132b2fc21488",
"3.1.12-asserts": "0ec1936aa3cb809d96abfebcc5356cd0cb15f6b8",
"3.1.11": "8c3a799341c01148692c52fda73bbba5e89c5727",
"3.1.11-asserts": "4d27b98351e021e9b7d2681a84cbab5a0ddc7a88",
"3.1.10": "8bd05c7221b4ce34d4bedec40b672d94e681a765",
Expand Down

0 comments on commit 62d817b

Please sign in to comment.