Skip to content

Commit 9bb5163

Browse files
committed
Bump browsers: Firefox to 91.0.2, Edge to 92.0.902.84
1 parent 95c78af commit 9bb5163

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

common/repositories.bzl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ def pin_browsers():
1111

1212
http_archive(
1313
name = "linux_firefox",
14-
url = "https://ftp.mozilla.org/pub/firefox/releases/91.0/linux-x86_64/en-US/firefox-91.0.tar.bz2",
15-
sha256 = "bced054543003caf29d0c93aa63359809bdf1f1fcbca92b82c57167fe94ca1c9",
14+
url = "https://ftp.mozilla.org/pub/firefox/releases/91.0.2/linux-x86_64/en-US/firefox-91.0.2.tar.bz2",
15+
sha256 = "9eaac9c88ff4696228292590b65ab2fd1b0d98b7a1edf5a21abc11b7803a046d",
1616
build_file_content = "exports_files([\"firefox\"])",
1717
)
1818

1919
dmg_archive(
2020
name = "mac_firefox",
21-
url = "https://ftp.mozilla.org/pub/firefox/releases/91.0/mac/en-US/Firefox%2091.0.dmg",
22-
sha256 = "d26c43f490320b3f301578fa653a2235562dfed31ed12b9b1f7c4515da21a6fb",
21+
url = "https://ftp.mozilla.org/pub/firefox/releases/91.0.2/mac/en-US/Firefox%2091.0.2.dmg",
22+
sha256 = "4147fff1b176a659d6d4d928efe6ec98af313533508809264d78cc83c93cab30",
2323
build_file_content = "exports_files([\"Firefox.app\"])",
2424
)
2525

@@ -39,18 +39,18 @@ def pin_browsers():
3939

4040
pkg_archive(
4141
name = "mac_edge",
42-
url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-92.0.902.67.pkg?platform=Mac&Consent=0&channel=Stable",
43-
sha256 = "afb14750572b49c2ad5f25b637ffb3d637107e3db094b97b14a386a9f85a9af7",
42+
url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-92.0.902.84.pkg?platform=Mac&Consent=0&channel=Stable",
43+
sha256 = "1cb38e5d07392a3e4598e8644842e97e5583324c1c53df77f4c3c60fde726c2b",
4444
move = {
45-
"MicrosoftEdge-92.0.902.67.pkg/Payload/Microsoft Edge.app": "Edge.app",
45+
"MicrosoftEdge-92.0.902.84.pkg/Payload/Microsoft Edge.app": "Edge.app",
4646
},
4747
build_file_content = "exports_files([\"Edge.app\"])",
4848
)
4949

5050
http_archive(
5151
name = "mac_edgedriver",
52-
url = "https://msedgedriver.azureedge.net/92.0.902.67/edgedriver_mac64.zip",
53-
sha256 = "a5afad438001fe92ee71e539fdb1dd20c72a9cec7d08c01ec6516215e4abf181",
52+
url = "https://msedgedriver.azureedge.net/92.0.902.84/edgedriver_mac64.zip",
53+
sha256 = "c4bd74dc6e1026f6cb6beaf8fa0ecc2e6208ac1e604460432d14e6de90b0dabe",
5454
build_file_content = "exports_files([\"msedgedriver\"])",
5555
)
5656

0 commit comments

Comments
 (0)