Skip to content

Commit

Permalink
3.1.13 (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jun 3, 2022
1 parent 62d817b commit 3d86ccb
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.13": struct(
hash = "bc44364b561cfde15c243a54e3b96ea12d7ea284",
sha_linux = "290f04300465cbb7c8e920f9986128b3f287b14b93627b0c6d069d534860c1b4",
sha_mac = "72b209a3e5800be155cf5b29bdaceb18aefceeba68f35ac719a483bd27d85705",
sha_mac_arm64 = "2bf90ed73454f58b810e09a776a34ddf7395f9ee45580f3a8fea53f74ba7ede2",
sha_win = "07fd730289c26f72ae4037fd25f608f6b9d36f1950677229b6c7d392957db3d2",
),
"3.1.12": struct(
hash = "a8c3b314d61e2bb98581d522f858132b2fc21488",
sha_linux = "ac8ae46b2fe2fbef07077cdeefc8288d2a73e3189958f32b36f2d17d868275d0",
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.12",
"latest": "3.1.13",
"latest-sdk": "latest",
"latest-64bit": "latest",
"sdk-latest-64bit": "latest",
Expand All @@ -9,6 +9,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.13": "bc44364b561cfde15c243a54e3b96ea12d7ea284",
"3.1.13-asserts": "6b8f75967b5d37fa898d217b560d571694eb5b13",
"3.1.12": "a8c3b314d61e2bb98581d522f858132b2fc21488",
"3.1.12-asserts": "0ec1936aa3cb809d96abfebcc5356cd0cb15f6b8",
"3.1.11": "8c3a799341c01148692c52fda73bbba5e89c5727",
Expand Down

0 comments on commit 3d86ccb

Please sign in to comment.