Skip to content

Commit d8b0ae1

Browse files
committed
update pinned browsers to use Early Stable Chrome 118
1 parent 7408a5a commit d8b0ae1

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

common/repositories.bzl

+27-27
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def pin_browsers():
1010

1111
http_archive(
1212
name = "linux_firefox",
13-
url = "https://ftp.mozilla.org/pub/firefox/releases/117.0.1/linux-x86_64/en-US/firefox-117.0.1.tar.bz2",
14-
sha256 = "e70b282ed0b8ce42981675ca2bc9a69fbad23f31f71fbd700b52dcf79e57761c",
13+
url = "https://ftp.mozilla.org/pub/firefox/releases/118.0.1/linux-x86_64/en-US/firefox-118.0.1.tar.bz2",
14+
sha256 = "dfaaf6a2ff0fd4751659b797a688966907ae53bb76837b1aedc8c9c62bd641bd",
1515
build_file_content = """
1616
filegroup(
1717
name = "files",
@@ -27,15 +27,15 @@ exports_files(
2727

2828
dmg_archive(
2929
name = "mac_firefox",
30-
url = "https://ftp.mozilla.org/pub/firefox/releases/117.0.1/mac/en-US/Firefox%20117.0.1.dmg",
31-
sha256 = "11a153fd97d2074d730ecf829c817410aa2901244906332dbf1e36e81ca2f912",
30+
url = "https://ftp.mozilla.org/pub/firefox/releases/118.0.1/mac/en-US/Firefox%20118.0.1.dmg",
31+
sha256 = "98471851ece004dc0cf79ddb6936b86ca112bbde3b4b839961acf11b3b2e4de9",
3232
build_file_content = "exports_files([\"Firefox.app\"])",
3333
)
3434

3535
http_archive(
3636
name = "linux_beta_firefox",
37-
url = "https://ftp.mozilla.org/pub/firefox/releases/118.0b9/linux-x86_64/en-US/firefox-118.0b9.tar.bz2",
38-
sha256 = "aabef5f4ad520030de0d7ab47e1b9fab6a90d5deea50829fe7e92feb4a426e56",
37+
url = "https://ftp.mozilla.org/pub/firefox/releases/119.0b6/linux-x86_64/en-US/firefox-119.0b6.tar.bz2",
38+
sha256 = "2640312b24f2938b0251c1cc018d0f85a1b91aaa688638556140ffe7ed5ff682",
3939
build_file_content = """
4040
filegroup(
4141
name = "files",
@@ -51,15 +51,15 @@ exports_files(
5151

5252
dmg_archive(
5353
name = "mac_beta_firefox",
54-
url = "https://ftp.mozilla.org/pub/firefox/releases/118.0b9/mac/en-US/Firefox%20118.0b9.dmg",
55-
sha256 = "0794dcdace86d8e7ddd7392c191abb15c6ee71cd23a7c99ef857957c5aa36c7d",
54+
url = "https://ftp.mozilla.org/pub/firefox/releases/119.0b6/mac/en-US/Firefox%20119.0b6.dmg",
55+
sha256 = "e68b66dda4ff1b08bc6b66b4e255f1af96cdff067397f3280299a8b8f9fcd38c",
5656
build_file_content = "exports_files([\"Firefox.app\"])",
5757
)
5858

5959
http_archive(
6060
name = "linux_dev_firefox",
61-
url = "https://ftp.mozilla.org/pub/firefox/releases/118.0b9/linux-x86_64/en-US/firefox-118.0b9.tar.bz2",
62-
sha256 = "aabef5f4ad520030de0d7ab47e1b9fab6a90d5deea50829fe7e92feb4a426e56",
61+
url = "https://ftp.mozilla.org/pub/firefox/releases/119.0b6/linux-x86_64/en-US/firefox-119.0b6.tar.bz2",
62+
sha256 = "2640312b24f2938b0251c1cc018d0f85a1b91aaa688638556140ffe7ed5ff682",
6363
build_file_content = """
6464
filegroup(
6565
name = "files",
@@ -75,8 +75,8 @@ exports_files(
7575

7676
dmg_archive(
7777
name = "mac_dev_firefox",
78-
url = "https://ftp.mozilla.org/pub/firefox/releases/118.0b9/mac/en-US/Firefox%20118.0b9.dmg",
79-
sha256 = "0794dcdace86d8e7ddd7392c191abb15c6ee71cd23a7c99ef857957c5aa36c7d",
78+
url = "https://ftp.mozilla.org/pub/firefox/releases/119.0b6/mac/en-US/Firefox%20119.0b6.dmg",
79+
sha256 = "e68b66dda4ff1b08bc6b66b4e255f1af96cdff067397f3280299a8b8f9fcd38c",
8080
build_file_content = "exports_files([\"Firefox.app\"])",
8181
)
8282

@@ -96,32 +96,32 @@ exports_files(
9696

9797
pkg_archive(
9898
name = "mac_edge",
99-
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/fcc744c6-52f7-4500-b684-cc1d1ec3e19b/MicrosoftEdge-117.0.2045.31.pkg",
100-
sha256 = "129470b53c4aa13e7769d87118d119607815b3696c6c643380beb521598bf7b4",
99+
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/6293106b-13bc-4423-b6d9-cc405dd5f5f9/MicrosoftEdge-117.0.2045.55.pkg",
100+
sha256 = "1333a20f3300c75bdcaa7c44ead1217a02fbea69c19af0705efd1ff713b95d87",
101101
move = {
102-
"MicrosoftEdge-117.0.2045.31.pkg/Payload/Microsoft Edge.app": "Edge.app",
102+
"MicrosoftEdge-117.0.2045.55.pkg/Payload/Microsoft Edge.app": "Edge.app",
103103
},
104104
build_file_content = "exports_files([\"Edge.app\"])",
105105
)
106106

107107
http_archive(
108108
name = "linux_edgedriver",
109-
url = "https://msedgedriver.azureedge.net/116.0.1938.81/edgedriver_linux64.zip",
110-
sha256 = "32db8caca4fb6b96f6e171ee1f06a0d218b22d69d21e7c3bc8986720ea3450b7",
109+
url = "https://msedgedriver.azureedge.net/117.0.2045.60/edgedriver_linux64.zip",
110+
sha256 = "9a09dbfab5b76466f449b623231b5da18d604b3ceabf705a6399926d946e714d",
111111
build_file_content = "exports_files([\"msedgedriver\"])",
112112
)
113113

114114
http_archive(
115115
name = "mac_edgedriver",
116-
url = "https://msedgedriver.azureedge.net/116.0.1938.81/edgedriver_mac64.zip",
117-
sha256 = "469e49476e91189c988c4640a9d399c14677ec033ee24b9dc972f2f54ad286e7",
116+
url = "https://msedgedriver.azureedge.net/117.0.2045.60/edgedriver_mac64.zip",
117+
sha256 = "fa30f4b7051866f2fce2b89209a43acaa87780bf6db6326108bc7088aca0868b",
118118
build_file_content = "exports_files([\"msedgedriver\"])",
119119
)
120120

121121
http_archive(
122122
name = "linux_chrome",
123-
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/linux64/chrome-linux64.zip",
124-
sha256 = "79a67f23970f2d21ee2066d8e488ea99868ff4a05da425313e227783d42625cb",
123+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.54/linux64/chrome-linux64.zip",
124+
sha256 = "0c5a58ee88044a50a5a0a34ae99cf64ac1f40a083b579caf4b58c2ed39b7d0e2",
125125
build_file_content = """
126126
filegroup(
127127
name = "files",
@@ -137,8 +137,8 @@ exports_files(
137137

138138
http_archive(
139139
name = "mac_chrome",
140-
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/mac-x64/chrome-mac-x64.zip",
141-
sha256 = "6aaa5cc25bc950d23a75b5df53e3cb0c0a2b26b16b75c538d516660635b05708",
140+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.54/mac-x64/chrome-mac-x64.zip",
141+
sha256 = "aa7c82faa727557b564bb40b9e3848594c71dd0ca34fb1dfcb0632ab64e4f2da",
142142
strip_prefix = "chrome-mac-x64",
143143
patch_cmds = [
144144
"mv 'Google Chrome for Testing.app' Chrome.app",
@@ -149,16 +149,16 @@ exports_files(
149149

150150
http_archive(
151151
name = "linux_chromedriver",
152-
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/linux64/chromedriver-linux64.zip",
153-
sha256 = "70ee5bba99f9711c79c3cff4335a7abff61faada4c81bc0722f7432103644873",
152+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.54/linux64/chromedriver-linux64.zip",
153+
sha256 = "c655cb37073502057b71af6135e4e6bc5636e29810b11d9ed614178546b7f170",
154154
strip_prefix = "chromedriver-linux64",
155155
build_file_content = "exports_files([\"chromedriver\"])",
156156
)
157157

158158
http_archive(
159159
name = "mac_chromedriver",
160-
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/mac-x64/chromedriver-mac-x64.zip",
161-
sha256 = "a5242b8ff9cfa135b87d7a7ecdb92ea2453728fec5c48687485cf2d32266105e",
160+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.54/mac-x64/chromedriver-mac-x64.zip",
161+
sha256 = "07793bc42f19df326203f0ac85df9f9b5b1d2ce8d1a041a7216aaffdd6821dc8",
162162
strip_prefix = "chromedriver-mac-x64",
163163
build_file_content = "exports_files([\"chromedriver\"])",
164164
)

0 commit comments

Comments
 (0)