Skip to content

Commit 0ff878d

Browse files
committed
Bump pinned firefox, edge, and chrome to latest stable releases
Chrome is now 92.0.4515.131 Edge is now 92.0.902.67 Firefox is now 91.0
1 parent 1e0058f commit 0ff878d

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

common/repositories.bzl

+16-15
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ load("//common/private:dmg_archive.bzl", "dmg_archive")
33
load("//common/private:drivers.bzl", "local_drivers")
44
load("//common/private:pkg_archive.bzl", "pkg_archive")
55

6-
_chromium_version = "871231" # 91.0.4472.114
7-
_edge_version = "91.0.864.67"
6+
_chromium_version = "884366" # 92.0.4515.131
7+
_chromedriver_version = "92.0.4515.107"
8+
_edge_version = "92.0.902.67"
89

910
_versions = {
1011
# The chrome version number is found by visiting http://omahaproxy.appspot.com,
@@ -14,11 +15,11 @@ _versions = {
1415
"chrome": {
1516
"linux": {
1617
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/%s/chrome-linux.zip" % _chromium_version,
17-
"sha256": "1fa063fa7dd8abf08e02dc02403ccffc64634a3d4b6223c4971eb7e7d1ac0615",
18+
"sha256": "c9bce4472188e9ce60a67e4b136a19ba3c48251bb302e04f31ef1e13f8cd7dbc",
1819
},
1920
"mac": {
2021
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Mac/%s/chrome-mac.zip" % _chromium_version,
21-
"sha256": "d85a251a32e9a69c9c9a4fd8368f27a78f3823e397ca0e563a40fb2787f2c240",
22+
"sha256": "7abc8919470425225f81e95356db58dec6cff9b912f662e6f0bb8965124e2883",
2223
},
2324
"windows": {
2425
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/%s/chrome-win.zip" % _chromium_version,
@@ -28,15 +29,15 @@ _versions = {
2829
# Versions found by visiting https://chromedriver.chromium.org/downloads
2930
"chromedriver": {
3031
"linux": {
31-
"url": "https://chromedriver.storage.googleapis.com/91.0.4472.101/chromedriver_linux64.zip",
32-
"sha256": "cf064f2a7c0ac3710e1bde24f59dd3c954dd4e9b65e75322f1a065f18b29fd37",
32+
"url": "https://chromedriver.storage.googleapis.com/%s/chromedriver_linux64.zip" % _chromedriver_version,
33+
"sha256": "c3cfba55df31a0a0d62d901049e91ee1ec4e38dd165e752409b7430ae59fcc8b",
3334
},
3435
"mac": {
35-
"url": "https://chromedriver.storage.googleapis.com/91.0.4472.101/chromedriver_mac64.zip",
36-
"sha256": "c84c506dc5d45d85c4e4729822ce2fa843741dccdfc3ed2823cad85cab0cce59",
36+
"url": "https://chromedriver.storage.googleapis.com/%s/chromedriver_mac64.zip" % _chromedriver_version,
37+
"sha256": "97f9a5733ef83a001922fd14ff2f5ac5b03c8a16aa02986ecca300cfbffaa03e",
3738
},
3839
"windows": {
39-
"url": "https://chromedriver.storage.googleapis.com/91.0.4472.101/chromedriver_win32.zip",
40+
"url": "https://chromedriver.storage.googleapis.com/%s/chromedriver_win32.zip" % _chromedriver_version,
4041
"sha256": None,
4142
},
4243
},
@@ -48,7 +49,7 @@ _versions = {
4849
},
4950
"mac": {
5051
"url": "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-%s.pkg?platform=Mac&Consent=0&channel=Stable" % _edge_version,
51-
"sha256": "078bb879499625eb0952d62c0b1990ba858ebeb308653373ba76e5c9afd1a69f",
52+
"sha256": "afb14750572b49c2ad5f25b637ffb3d637107e3db094b97b14a386a9f85a9af7",
5253
},
5354
"windows": {
5455
"url": None,
@@ -63,7 +64,7 @@ _versions = {
6364
},
6465
"mac": {
6566
"url": "https://msedgedriver.azureedge.net/%s/edgedriver_mac64.zip" % _edge_version,
66-
"sha256": "3db26dafd45e2cb46f47f405d6fc5537f9eaac7401093fe8285f4c25ec92e97c",
67+
"sha256": "a5afad438001fe92ee71e539fdb1dd20c72a9cec7d08c01ec6516215e4abf181",
6768
},
6869
"windows": {
6970
"url": "https://msedgedriver.azureedge.net/%s/edgedriver_win64.zip" % _edge_version,
@@ -73,12 +74,12 @@ _versions = {
7374
# Versions found by visiting https://ftp.mozilla.org/pub/firefox/releases/
7475
"firefox": {
7576
"linux": {
76-
"url": "https://ftp.mozilla.org/pub/firefox/releases/90.0/linux-x86_64/en-US/firefox-90.0.tar.bz2",
77-
"sha256": "29fd51b6316d1e589220c2f47e5ff7cdd996cddd450f64ce1dd28ed0e8e4e8fa",
77+
"url": "https://ftp.mozilla.org/pub/firefox/releases/91.0/linux-x86_64/en-US/firefox-91.0.tar.bz2",
78+
"sha256": "bced054543003caf29d0c93aa63359809bdf1f1fcbca92b82c57167fe94ca1c9",
7879
},
7980
"mac": {
80-
"url": "https://ftp.mozilla.org/pub/firefox/releases/90.0/mac/en-US/Firefox%2090.0.dmg",
81-
"sha256": "dbc08038e2a26017d360bbf366a935084ed0e0914dc50f3e7e419e5b765c8863",
81+
"url": "https://ftp.mozilla.org/pub/firefox/releases/91.0/mac/en-US/Firefox%2091.0.dmg",
82+
"sha256": "d26c43f490320b3f301578fa653a2235562dfed31ed12b9b1f7c4515da21a6fb",
8283
},
8384
"windows": {
8485
"url": None,

0 commit comments

Comments
 (0)