Skip to content

Commit

Permalink
3.1.22 (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff authored Sep 17, 2022
1 parent b6574f3 commit d0291b3
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.22": struct(
hash = "990cee04a21caafc75955d736fb45791a7f2aeee",
sha_linux = "a310ed9f16c97a91c72564ca5f85c412cb99429d8001825663fda1b28c00346e",
sha_mac = "b19afaf414178781c4c91ee711ec4d9063b9736719e45ca2e8b45c2258df16be",
sha_mac_arm64 = "7c8212abf77f0307b6ff848bf9c6212f870506df6d074349f76401f30f9fcefe",
sha_win = "2c0cfe267d47f390d7e35a83545b1d5043e4a7fb77b838ee19b0fce65035f55d",
),
"3.1.21": struct(
hash = "a16a8bca2466eb144f7c93fa899c0272c8815dc3",
sha_linux = "7045ddb3b37a2cc63cb1cf976019a6a3b7f8dbdc71254db0eee5b0452f94e9e7",
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.21",
"latest": "3.1.22",
"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.22": "990cee04a21caafc75955d736fb45791a7f2aeee",
"3.1.22-asserts": "d94fe69a037e93562d0bbe9d0372ce23f4ab1089",
"3.1.21": "a16a8bca2466eb144f7c93fa899c0272c8815dc3",
"3.1.21-asserts": "c7a387161b029621eb4d3dd57363b1393b4c50b2",
"3.1.20": "d92c8639f406582d70a5dde27855f74ecf602f45",
Expand Down

0 comments on commit d0291b3

Please sign in to comment.