[Wasm] Update SpiderMonkey to 2023-07-24-09-16-21
This commit is contained in:
committed by
Space Team
parent
6c6cf9977b
commit
9254f70c2a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user