This commit is contained in:
Sam Clegg
2023-07-25 07:50:22 -07:00
committed by GitHub
parent b6df670bdb
commit a896e3d066
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.44": struct(
hash = "b90507fcf011da61bacfca613569d882f7749552",
sha_linux = "5ffa2bab560a9cda6db6ee041a635d10e1ef26c8fc63675d682917b8d3d53263",
sha_mac = "291b2653f7576f8354f0267047e47a5ddef11223c89d5be399d04618f13b3832",
sha_mac_arm64 = "ad1625821b49ccbbe733596223fdf99fd786470d679f2c9dfabd4a1a7b929282",
sha_win = "8b61f60ef169b1c20207361067c40192c83b96cdbdb2f4cff21dfb20b9ee528d",
),
"3.1.43": struct( "3.1.43": struct(
hash = "bf3c159888633d232c0507f4c76cc156a43c32dc", hash = "bf3c159888633d232c0507f4c76cc156a43c32dc",
sha_linux = "147a67a3454783b8c351780ec0111329d1e6fbb1d2fcdfe1c035e1c0997e0701", sha_linux = "147a67a3454783b8c351780ec0111329d1e6fbb1d2fcdfe1c035e1c0997e0701",

View File

@@ -1,6 +1,6 @@
{ {
"aliases": { "aliases": {
"latest": "3.1.43", "latest": "3.1.44",
"latest-sdk": "latest", "latest-sdk": "latest",
"latest-arm64-linux": "3.1.43", "latest-arm64-linux": "3.1.43",
"latest-64bit": "latest", "latest-64bit": "latest",
@@ -10,6 +10,8 @@
"latest-releases-upstream": "latest" "latest-releases-upstream": "latest"
}, },
"releases": { "releases": {
"3.1.44": "b90507fcf011da61bacfca613569d882f7749552",
"3.1.44-asserts": "06d00b0c62e435b743aa37c67b4ab76bc8568c79",
"3.1.43": "bf3c159888633d232c0507f4c76cc156a43c32dc", "3.1.43": "bf3c159888633d232c0507f4c76cc156a43c32dc",
"3.1.43-asserts": "3ec53a819a5958665d6bb0ac895c99546921b6ef", "3.1.43-asserts": "3ec53a819a5958665d6bb0ac895c99546921b6ef",
"3.1.42": "9d73bf4bd5b5c9ce6e51be0ed5ce6599fcb28e9e", "3.1.42": "9d73bf4bd5b5c9ce6e51be0ed5ce6599fcb28e9e",