Skip to content

Commit

Permalink
3.1.42 (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jun 23, 2023
1 parent d7327b4 commit c2260b4
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.42": struct(
hash = "9d73bf4bd5b5c9ce6e51be0ed5ce6599fcb28e9e",
sha_linux = "aaa076e64dd511b0d874c348f8dab80a2f9ade0887ba74845fd02c40bbf9e68f",
sha_mac = "4715002394c5d444243c77ca231883eb999cf3313c4869cf0ae288d911f80f89",
sha_mac_arm64 = "84dede714edd81362ed2a2f79b91b1bd9cd544f219f937582e616d73bf0ea7f9",
sha_win = "4c704f4a4927aa537c2815a72915b7591c163ae8f0dbaedc167e810dd2a4a83d",
),
"3.1.41": struct(
hash = "eb71265ef0ab905620015adbfedacf88c5dbf021",
sha_linux = "493ec8bd3f3ea3d6d616de01d6dac9c2af696978c6c44d453757ab2f8a666656",
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.41",
"latest": "3.1.42",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.33",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.42": "9d73bf4bd5b5c9ce6e51be0ed5ce6599fcb28e9e",
"3.1.42-asserts": "7a622e0b66ee095aea9766375a2774b68c8bd8ef",
"3.1.41": "eb71265ef0ab905620015adbfedacf88c5dbf021",
"3.1.41-asserts": "064607aeccaffd93175bb40c072271c0393d71a5",
"3.1.40": "c3122846bb040798aab975f61008c37eb19476de",
Expand Down

0 comments on commit c2260b4

Please sign in to comment.