Skip to content

Commit

Permalink
3.1.24 (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff authored Oct 11, 2022
1 parent 3535865 commit e41b8c6
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.24": struct(
hash = "54217a0950bb1dafe8808cc6207d378e323f9d74",
sha_linux = "20e8e5bd745e3ad69c03bb877091d2fbb0c7db1eab309de8f185e9821aea40f4",
sha_mac = "cfb897a980dd51fceb02ff143ad0fd8e5d299db640c5646d1547d522194545f2",
sha_mac_arm64 = "e87b0727343051312f82a6653cad4682a518dd9cb6575844c0cd6505d520fab6",
sha_win = "a0ea07f9014a912f13176fdbbc1ee7ab08104d45e7ca7e1c237505579b63d530",
),
"3.1.23": struct(
hash = "bfd5e63a44ba4c8568cd8ac87c27b35e40732bf4",
sha_linux = "3b8d9e163d6afc8569deca0ba1d4042f80da7a31e23cee006c3faa9cbf2fbc31",
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.23",
"latest": "3.1.24",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.21",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.24": "54217a0950bb1dafe8808cc6207d378e323f9d74",
"3.1.24-asserts": "4c20c7393ca208c740c16a97dbf305ba52fea2bb",
"3.1.23": "bfd5e63a44ba4c8568cd8ac87c27b35e40732bf4",
"3.1.23-asserts": "77d2c744fe37fe0e22a51329fa23bab4b8ffa656",
"3.1.22": "990cee04a21caafc75955d736fb45791a7f2aeee",
Expand Down

0 comments on commit e41b8c6

Please sign in to comment.