This commit is contained in:
Thomas Lively
2023-03-08 18:28:21 -06:00
committed by GitHub
parent c04b1bbb3a
commit 60cd167fbf
2 changed files with 10 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
# DO NOT MODIFY # DO NOT MODIFY
EMSCRIPTEN_TAGS = { EMSCRIPTEN_TAGS = {
"3.1.33": struct(
hash = "49b960bd03b3a9da478a08541ce6eafe792a58a8",
sha_linux = "eab02b3f4b7c076974452ba602f908a36adf597afa15b16095b441f191ede1bb",
sha_mac = "b8dad3cddb19c1daf9dae99020bd17b903ae9649cfc58e433ea4951e758804de",
sha_mac_arm64 = "fbf03d06c7503f091191e440b8ea577d65b3261167cdb47359d053f12888974b",
sha_win = "031f951668eaeea39bd9363abb3f514efc3401506374984fa9b1d7ba3130a62f",
),
"3.1.32": struct( "3.1.32": struct(
hash = "29ad1037cd6b99e5d8a1bd75bc188c1e9a6fda8d", hash = "29ad1037cd6b99e5d8a1bd75bc188c1e9a6fda8d",
sha_linux = "25fa252e9fc674d1bcef35b3a10dd85024aa93c843b8067f8d917e5151968ffc", sha_linux = "25fa252e9fc674d1bcef35b3a10dd85024aa93c843b8067f8d917e5151968ffc",

View File

@@ -1,6 +1,6 @@
{ {
"aliases": { "aliases": {
"latest": "3.1.32", "latest": "3.1.33",
"latest-sdk": "latest", "latest-sdk": "latest",
"latest-arm64-linux": "3.1.21", "latest-arm64-linux": "3.1.21",
"latest-64bit": "latest", "latest-64bit": "latest",
@@ -10,6 +10,8 @@
"latest-releases-upstream": "latest" "latest-releases-upstream": "latest"
}, },
"releases": { "releases": {
"3.1.33": "49b960bd03b3a9da478a08541ce6eafe792a58a8",
"3.1.33-asserts": "e3ca2c6756b75cf6c6daa40276de0f25218e04a7",
"3.1.32": "29ad1037cd6b99e5d8a1bd75bc188c1e9a6fda8d", "3.1.32": "29ad1037cd6b99e5d8a1bd75bc188c1e9a6fda8d",
"3.1.32-asserts": "2811c849256ec5b62b4ec32fb8369e5f3c9a54b1", "3.1.32-asserts": "2811c849256ec5b62b4ec32fb8369e5f3c9a54b1",
"3.1.31": "1eec24930cb2f56f6d9cd10ffcb031e27ea4157a", "3.1.31": "1eec24930cb2f56f6d9cd10ffcb031e27ea4157a",