File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ js_library(
50
50
51
51
http_archive (
52
52
name = "linux_beta_firefox" ,
53
- url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b1 /linux-x86_64/en-US/firefox-140.0b1 .tar.xz" ,
54
- sha256 = "816e57b7a46883b9fad4be62161a070dbd57ce23e01403207d941384b644c80d " ,
53
+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b2 /linux-x86_64/en-US/firefox-140.0b2 .tar.xz" ,
54
+ sha256 = "828cac8a8d7e83fd82c13c979fce4a77262be2d8bf6639612664ca1f10c96ec1 " ,
55
55
build_file_content = """
56
56
load("@aspect_rules_js//js:defs.bzl", "js_library")
57
57
package(default_visibility = ["//visibility:public"])
@@ -72,8 +72,8 @@ js_library(
72
72
73
73
dmg_archive (
74
74
name = "mac_beta_firefox" ,
75
- url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b1 /mac/en-US/Firefox%20140.0b1 .dmg" ,
76
- sha256 = "1233059971a4fa9ee221872c05ba85ebd3fa4707a08a13e5771c387729eccbc0 " ,
75
+ url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b2 /mac/en-US/Firefox%20140.0b2 .dmg" ,
76
+ sha256 = "e60b906321e4e8f6479d87e02314fdf804e3b461028f8d70552d88911a693a0e " ,
77
77
build_file_content = """
78
78
load("@aspect_rules_js//js:defs.bzl", "js_library")
79
79
package(default_visibility = ["//visibility:public"])
You can’t perform that action at this time.
0 commit comments