Skip to content

Commit

Permalink
3.1.29 (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jan 3, 2023
1 parent 5b80c10 commit 0b2084f
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.29": struct(
hash = "d949f1b99a477d4b0b54d95413df3688afa69d0a",
sha_linux = "d3f274446924c27082603170fab60ba78a2fb51360e5578fab4d9b5adab0fa9a",
sha_mac = "ed224c296efd22437f298f0fe0852613b0b1d48810b1b6d87b6b7e6beb589fe2",
sha_mac_arm64 = "af9bb86a7996bbbb36820e93dbc7f537ac23070e8730439b1e49792c4fc008e9",
sha_win = "6203f80273565a2ee6734bd33ad7bc6940ef709cbd593e70d6489e96c02ced25",
),
"3.1.28": struct(
hash = "30b9e46ddcea66e91530559379089002d8b692cf",
sha_linux = "c23426d8b6d94cea702542c39e3bcef9439425dd4bd03bcc172e291dbbe5ed0d",
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.28",
"latest": "3.1.29",
"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.29": "d949f1b99a477d4b0b54d95413df3688afa69d0a",
"3.1.29-asserts": "9d1e32e66e4b5921efc1a45cdc68e8c522c42c32",
"3.1.28": "30b9e46ddcea66e91530559379089002d8b692cf",
"3.1.28-asserts": "19871a9ea4914d63749b8d4d170e27a8854cb565",
"3.1.27": "48ce0b44015d0182fc8c27aa9fbc0a4474b55982",
Expand Down

0 comments on commit 0b2084f

Please sign in to comment.