[Wasm] Update SpiderMonkey to 2023-07-24-09-16-21

This commit is contained in:
Zalim Bashorov
2023-07-24 19:33:56 +02:00
committed by Space Team
parent 6c6cf9977b
commit 9254f70c2a
2 changed files with 16 additions and 2 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ repositories {
ivy {
url = URI("https://archive.mozilla.org/pub/firefox/nightly/")
patternLayout {
artifact("2023/05/[revision]/[artifact]-[classifier].[ext]")
artifact("2023/07/[revision]/[artifact]-[classifier].[ext]")
}
metadataSources { artifact() }
content { includeModule("org.mozilla", "jsshell") }
@@ -44,7 +44,7 @@ val currentOsType = run {
}
val jsShellVersion = "2023-05-12-09-49-14-mozilla-central"
val jsShellVersion = "2023-07-24-09-16-21-mozilla-central"
val jsShellSuffix = when (currentOsType) {
OsType(OsName.LINUX, OsArch.X86_32) -> "linux-i686"
OsType(OsName.LINUX, OsArch.X86_64) -> "linux-x86_64"