Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit fcb3b3f

Browse files
authored
Update macOS hashes for v91 (#425)
The macOS URLs were updated but the hashes weren't revised in #423.
1 parent 7eb4547 commit fcb3b3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/versioned/browsers-0.3.2.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def org_chromium_chromedriver():
6868
"https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/870763/chromedriver_linux64.zip",
6969
],
7070
macos_sha256 =
71-
"aa0124085146556d5d32ad172670e5dcef79b7429380112ad02898047ba7a8b7",
71+
"ad36367b3cfa825ec5528954ef07408e66d7873fa59aa8917f6893a8c062034b",
7272
macos_urls = [
7373
"https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/870776/chromedriver_mac64.zip",
7474
],
@@ -78,6 +78,7 @@ def org_chromium_chromedriver():
7878
"https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win/870788/chromedriver_win32.zip",
7979
],
8080
)
81+
8182
def org_chromium_chromium():
8283
platform_http_file(
8384
name = "org_chromium_chromium",
@@ -88,7 +89,7 @@ def org_chromium_chromium():
8889
"https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/870763/chrome-linux.zip",
8990
],
9091
macos_sha256 =
91-
"39118c96db1b3fdb0129f434912a329c5ca07d3a1c6c6cda673d3383d83e2f9a",
92+
"667be4bd866e14b38fdb1b4d1f4c04b4f86e1af710082c30f78c3c5b52e5a34d",
9293
macos_urls = [
9394
"https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/870776/chrome-mac.zip",
9495
],

0 commit comments

Comments
 (0)