Skip to content

Commit

Permalink
3.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed May 31, 2023
1 parent e8b6477 commit 6b981ef
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.40": struct(
hash = "c3122846bb040798aab975f61008c37eb19476de",
sha_linux = "5501e750c92f5a54b27ee101f6816e7416f154cb4181b73fd0be3faae947016c",
sha_mac = "052d6236ce49eaf3aa02b3c4d367b5ed4fb78209c1f1e64d48beb79e9c0b7131",
sha_mac_arm64 = "c8af68f904367938bac255f5e64ed271021b289bb135dc77ab3b58b87e1ea5b2",
sha_win = "3ec21ca18b56f7d3953da2e0d468154fcaaf30b5ac663d9ad00c41540923a099",
),
"3.1.39": struct(
hash = "1b56b171b627af0841cf8d4d8c0160c6cb6d855f",
sha_linux = "7ec6e15a2da2701243f89af7744403ee011211e59e4f0a6fd8ced544e72e917d",
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.39",
"latest": "3.1.40",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.33",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.40": "c3122846bb040798aab975f61008c37eb19476de",
"3.1.40-asserts": "5b5daaaabaf7292736454e4f8a73fa79bd455af4",
"3.1.39": "1b56b171b627af0841cf8d4d8c0160c6cb6d855f",
"3.1.39-asserts": "5e237cc9d9f6020af9ba908692361aa71744af1d",
"3.1.38": "03ecb526947f6a3702a0d083083799fe410d3893",
Expand Down

0 comments on commit 6b981ef

Please sign in to comment.