Skip to content

Commit

Permalink
3.1.62 (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jul 2, 2024
1 parent 82d41a7 commit 0fde048
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.62": struct(
hash = "d52176ac8e07c47c1773bb2776ebd91e3886c3af",
sha_linux = "fd303a2b2a85c4b3ab8aa29595d70c5fde9df71c5254d56ed19d54e9ee98e881",
sha_mac = "d9cfef7ba8f44bf21be715244d0d5f909f1ccc2a481a301b3c01d12d1babc049",
sha_mac_arm64 = "de5484d60c858aaa8b93ba6485924adffe734cf4f8296765c089900cf9ce0701",
sha_win = "7455680bf9c19a26fe4868111ac01401023b0f92e862d3cabadf7950b87707fd",
),
"3.1.61": struct(
hash = "28e4a74b579b4157bda5fc34f23c7d3905a8bd6c",
sha_linux = "e3e20e09219fd47a0019bb3252e17db4a00ded39b39b41634bc73f840a8ff2be",
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.61",
"latest": "3.1.62",
"latest-sdk": "latest",
"latest-arm64-linux": "latest",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.62": "d52176ac8e07c47c1773bb2776ebd91e3886c3af",
"3.1.62-asserts": "9d9e7deac8b91fbdd8804045595e807f9d774a53",
"3.1.61": "28e4a74b579b4157bda5fc34f23c7d3905a8bd6c",
"3.1.61-asserts": "7fc912687ba2077b3aeae472b51c238b3d201c46",
"3.1.60": "87709b5747de5b1993fe314285528bf4b65c23e1",
Expand Down

0 comments on commit 0fde048

Please sign in to comment.