Skip to content

Commit 34d5580

Browse files
[build] Update Pinned Browsers for Chrome and Firefox
1 parent 167a2e8 commit 34d5580

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

common/repositories.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ def pin_browsers():
1010

1111
http_archive(
1212
name = "linux_firefox",
13-
url = "https://ftp.mozilla.org/pub/firefox/releases/93.0/linux-x86_64/en-US/firefox-93.0.tar.bz2",
14-
sha256 = "9d06897b80d77cfb59e1c8bd4dfc427590b058616ae634e52cfe272af06f9b32",
13+
url = "https://ftp.mozilla.org/pub/firefox/releases/94.0/linux-x86_64/en-US/firefox-94.0.tar.bz2",
14+
sha256 = "9d91733d36b16bea6df2e988ccc8ec541bda558f8a8d9a4d4134225dd21ac7ec",
1515
build_file_content = "exports_files([\"firefox\"])",
1616
)
1717

1818
dmg_archive(
1919
name = "mac_firefox",
20-
url = "https://ftp.mozilla.org/pub/firefox/releases/93.0/mac/en-US/Firefox%2093.0.dmg",
21-
sha256 = "b4c78628c2bf68ee431e15d998383fb6168dbfa916f848f27aba73db67410bc6",
20+
url = "https://ftp.mozilla.org/pub/firefox/releases/94.0/mac/en-US/Firefox%2094.0.dmg",
21+
sha256 = "e0cfa0a2ba3bb02928ea27a155733967979d6c947071756c77b3a7ec1de3ee68",
2222
build_file_content = "exports_files([\"Firefox.app\"])",
2323
)
2424

@@ -55,29 +55,29 @@ def pin_browsers():
5555

5656
http_archive(
5757
name = "linux_chrome",
58-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/919578/chrome-linux.zip",
59-
sha256 = "b20c00667ed3a40ae88ba164ebe6ec3547782c3049f1ea8bdac48c2151e4660c",
58+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/929514/chrome-linux.zip",
59+
sha256 = "fe7920c48f4e2c55d1b0a00dafb90fda912e998f47fd70a2eff12fb524e8efe8",
6060
build_file_content = "exports_files([\"chrome-linux\"])",
6161
)
6262

6363
http_archive(
6464
name = "mac_chrome",
65-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/919578/chrome-mac.zip",
66-
sha256 = "5ca3dbfe33032ad01f32c0054098b02e2bd12ff6527f2154d4da41792ae6bc99",
65+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/929514/chrome-mac.zip",
66+
sha256 = "4bf550ac9e12dfb717cbd275d131e6f42fc5d9e794b4afda13653478f22b4ca5",
6767
strip_prefix = "chrome-mac",
6868
build_file_content = "exports_files([\"Chromium.app\"])",
6969
)
7070

7171
http_archive(
7272
name = "linux_chromedriver",
73-
url = "https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_linux64.zip",
74-
sha256 = "d2011e5b7c7c13225d6d0e237d8cfbb2a52601c1a91005841a38358c31d2f4d0",
73+
url = "https://chromedriver.storage.googleapis.com/96.0.4664.45/chromedriver_linux64.zip",
74+
sha256 = "750497861c928996b84500c3cd2e1346a0eb764c8eaabf843b5ca301695f9e97",
7575
build_file_content = "exports_files([\"chromedriver\"])",
7676
)
7777

7878
http_archive(
7979
name = "mac_chromedriver",
80-
url = "https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_mac64.zip",
81-
sha256 = "3b91860aa4d71330e68cac11da586ac39adcead361ae95b3fa856fd3da5383ac",
80+
url = "https://chromedriver.storage.googleapis.com/96.0.4664.45/chromedriver_mac64.zip",
81+
sha256 = "0e88eab13db9bd6ef2def8c2342556c29f739f00846de21258b2a3b61e476b64",
8282
build_file_content = "exports_files([\"chromedriver\"])",
8383
)

0 commit comments

Comments
 (0)