Skip to content

Commit

Permalink
3.1.14 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jun 20, 2022
1 parent 311acff commit 517e02f
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.14": struct(
hash = "ade9d780ff17c88d81aa13860361743e3c1e1396",
sha_linux = "e2c43068fb1985592db42183a13f85bbd9518b3747746e0003d70c7d770a0b2f",
sha_mac = "567e9548f3fa7c1aa717821af4aaa7849a0f7217cb55eb7f66a06c898808fd96",
sha_mac_arm64 = "df8319aba8bc0d0c40ebec3c8f45e507c2a51a57df24826d4cab6f6cd75017ac",
sha_win = "6bfec6bf6a01e483a57e91f7223340a425f6ff711cbd32a08ed78002810d7882",
),
"3.1.13": struct(
hash = "bc44364b561cfde15c243a54e3b96ea12d7ea284",
sha_linux = "290f04300465cbb7c8e920f9986128b3f287b14b93627b0c6d069d534860c1b4",
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.13",
"latest": "3.1.14",
"latest-sdk": "latest",
"latest-64bit": "latest",
"sdk-latest-64bit": "latest",
Expand All @@ -9,6 +9,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.14": "ade9d780ff17c88d81aa13860361743e3c1e1396",
"3.1.14-asserts": "b55548282b553fc0b922b82d97b80f256bf01d20",
"3.1.13": "bc44364b561cfde15c243a54e3b96ea12d7ea284",
"3.1.13-asserts": "6b8f75967b5d37fa898d217b560d571694eb5b13",
"3.1.12": "a8c3b314d61e2bb98581d522f858132b2fc21488",
Expand Down

0 comments on commit 517e02f

Please sign in to comment.