Skip to content

Commit 81ad988

Browse files
committed
update pinned browsers to Chrome 120
1 parent 0fed25c commit 81ad988

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

common/repositories.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ exports_files(
120120

121121
http_archive(
122122
name = "linux_chrome",
123-
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chrome-linux64.zip",
124-
sha256 = "aa2cb76a385bf0694987e9b697a315973afae946191b0d9cf31ce05ca1d44d7f",
123+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.62/linux64/chrome-linux64.zip",
124+
sha256 = "7c46272b3533c0ab089e8a6b7c1a381f5358fe47b023a52c4e080f674221eb3b",
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/119.0.6045.105/mac-x64/chrome-mac-x64.zip",
141-
sha256 = "d5ea4d9bcb6ad2465717f690e6f44ef9de27cf22ebfd7d7d987cabfd4d476cd6",
140+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.62/mac-x64/chrome-mac-x64.zip",
141+
sha256 = "82c861281d1cd3df72dcdf0fefa5949d332553c74cc2db871c07e55ffd9a61b1",
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/119.0.6045.105/linux64/chromedriver-linux64.zip",
153-
sha256 = "da8e8b028da912c0a2d5ec4fbf59c4324d93925861e3d53259a628c90ec37ff6",
152+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.62/linux64/chromedriver-linux64.zip",
153+
sha256 = "25703b095d8a0586413fe3529ea62ae94dbc313e5320e8041fb443ba16e5a01a",
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/119.0.6045.105/mac-x64/chromedriver-mac-x64.zip",
161-
sha256 = "b11014f51240373f92a2fea86a865ab0ca1aa8cfa62194836da83ddb05ec5422",
160+
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.62/mac-x64/chromedriver-mac-x64.zip",
161+
sha256 = "4a3fc328f55245ef956b85db9f834cdf0ce8ab49748495e00842d333d1a1dc9b",
162162
strip_prefix = "chromedriver-mac-x64",
163163
build_file_content = "exports_files([\"chromedriver\"])",
164164
)

0 commit comments

Comments
 (0)