Skip to content

Commit

Permalink
3.1.63 (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jul 12, 2024
1 parent 0fde048 commit 7728283
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.63": struct(
hash = "aeb36a44b29e8ca9f4c7efbb4735b69003ac2bb9",
sha_linux = "2a38ac1ea2fe3b7169879f0f666ea278f344cbb5db6e34421b9554939559109c",
sha_mac = "7e192b84aecfade22817b5b38f0c69d1f795a9b990308188d39ed1d218692cd3",
sha_mac_arm64 = "751ef26a3682f5f23dfdc1c2f80cd0604a32cad61e6373c823de774722ecb9af",
sha_win = "947f8e867e781750d374d659644897f2345a133ad3d0f9ade23afcb81eeaddd3",
),
"3.1.62": struct(
hash = "d52176ac8e07c47c1773bb2776ebd91e3886c3af",
sha_linux = "fd303a2b2a85c4b3ab8aa29595d70c5fde9df71c5254d56ed19d54e9ee98e881",
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.62",
"latest": "3.1.63",
"latest-sdk": "latest",
"latest-arm64-linux": "latest",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.63": "aeb36a44b29e8ca9f4c7efbb4735b69003ac2bb9",
"3.1.63-asserts": "b0275806047b42f2f88998c5c8159aec90e195ab",
"3.1.62": "d52176ac8e07c47c1773bb2776ebd91e3886c3af",
"3.1.62-asserts": "9d9e7deac8b91fbdd8804045595e807f9d774a53",
"3.1.61": "28e4a74b579b4157bda5fc34f23c7d3905a8bd6c",
Expand Down

0 comments on commit 7728283

Please sign in to comment.