Skip to content

Commit 8bc8e07

Browse files
committed
Bump chrome to v90
1 parent 6a39ced commit 8bc8e07

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

common/repositories.bzl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@ _versions = {
1010
# looking for the current stable version for any platform, and using the "lookup"
1111
# feature to find out "Version information". The "Branch Base Position" gives you
1212
# the version.
13-
# 827102 = 88.0.4324.96
13+
# 856583 = 90.0.4427.0
1414
"chrome": {
1515
"linux": {
16-
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/827102/chrome-linux.zip",
17-
"sha256": "e2720836e44063796a9be3c9fa6522a753f92a7ed5e3686a5e9246b0e45cf161",
16+
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/856583/chrome-linux.zip",
17+
"sha256": "cfdb58903416ecfbc862dedaa8e4aa9df2df17f24fc448e01bb5911da22ce5ef",
1818
},
1919
"mac": {
20-
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Mac/827102/chrome-mac.zip",
21-
"sha256": "9e053a67e2be04c39ab51021aff30010681d2e9c616a3b8195a9ae32c5aed3b5",
20+
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Mac/856583/chrome-mac.zip",
21+
"sha256": "89caa2b03b753b798d1f6d034963fc37c926ca87c58403b6aebe0fed91ecbe8a",
2222
},
2323
"windows": {
24-
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/827102/chrome-win.zip",
24+
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/856583/chrome-win.zip",
2525
"sha256": None,
2626
},
2727
},
2828
# Versions found by visiting https://chromedriver.chromium.org/downloads
2929
"chromedriver": {
3030
"linux": {
31-
"url": "https://chromedriver.storage.googleapis.com/88.0.4324.96/chromedriver_linux64.zip",
32-
"sha256": "817ca10b63f01bb2f6ead37658c83cd68bcd912ea6a4f0a761d152080a1b1e42",
31+
"url": "https://chromedriver.storage.googleapis.com/90.0.4430.24/chromedriver_linux64.zip",
32+
"sha256": "474e9832e2f592f30d5b3260a17c479e50c46dade2c062316af13da2735fd12f",
3333
},
3434
"mac": {
35-
"url": "https://chromedriver.storage.googleapis.com/88.0.4324.96/chromedriver_mac64.zip",
36-
"sha256": "b7171a5bf9cdc1afe10b7f7812e13d275342e861518a7db6ff1ce5666e65bf86",
35+
"url": "https://chromedriver.storage.googleapis.com/90.0.4430.24/chromedriver_mac64.zip",
36+
"sha256": "1318b3717576154e36476c3253ee8e87a2e09eaf07631ee4948348a8f6a1545f",
3737
},
3838
"windows": {
39-
"url": "https://chromedriver.storage.googleapis.com/88.0.4324.96/chromedriver_win32.zip",
39+
"url": "https://chromedriver.storage.googleapis.com/90.0.4430.24/chromedriver_win32.zip",
4040
"sha256": None,
4141
},
4242
},

0 commit comments

Comments
 (0)