1-
21# This file has been generated using `bazel run scripts:pinned_browsers`
32
43load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
@@ -15,28 +14,28 @@ def pin_browsers():
1514 sha256 = "07c5f3dad0850a92d5c609278fb1fe682b2562fa55e6733c09a6b4da7373bfcc" ,
1615 build_file_content = "exports_files([\" firefox\" ])" ,
1716 )
18-
17+
1918 dmg_archive (
2019 name = "mac_firefox" ,
2120 url = "https://ftp.mozilla.org/pub/firefox/releases/98.0.2/mac/en-US/Firefox%2098.0.2.dmg" ,
2221 sha256 = "304dfd917c0dcda0313dab1576b520d56de8af7af2e47e7763166d4f5da99851" ,
2322 build_file_content = "exports_files([\" Firefox.app\" ])" ,
2423 )
25-
24+
2625 http_archive (
2726 name = "linux_geckodriver" ,
2827 url = "https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz" ,
2928 sha256 = "12c37f41d11ed982b7be43d02411ff2c75fb7a484e46966d000b47d1665baa88" ,
3029 build_file_content = "exports_files([\" geckodriver\" ])" ,
3130 )
32-
31+
3332 http_archive (
3433 name = "mac_geckodriver" ,
3534 url = "https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-macos.tar.gz" ,
3635 sha256 = "560ba192666c1fe8796404153cfdf2d12551515601c4b3937aabcba6ee300f8c" ,
3736 build_file_content = "exports_files([\" geckodriver\" ])" ,
3837 )
39-
38+
4039 pkg_archive (
4140 name = "mac_edge" ,
4241 url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-99.0.1150.55.pkg?platform=Mac&Consent=0&channel=Stable" ,
@@ -46,40 +45,39 @@ def pin_browsers():
4645 },
4746 build_file_content = "exports_files([\" Edge.app\" ])" ,
4847 )
49-
48+
5049 http_archive (
5150 name = "mac_edgedriver" ,
5251 url = "https://msedgedriver.azureedge.net/99.0.1150.55/edgedriver_mac64.zip" ,
5352 sha256 = "8581a2e3c91b393485ca7b7e86a04bacaad1ba44ce87d0b350163e3c816f1ed9" ,
5453 build_file_content = "exports_files([\" msedgedriver\" ])" ,
5554 )
56-
55+
5756 http_archive (
5857 name = "linux_chrome" ,
5958 url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/972739/chrome-linux.zip" ,
6059 sha256 = "228f8a7b4ab7bd3c43d555ba5857a8240f21fc5df96a91cc827d0ae509b01097" ,
6160 build_file_content = "exports_files([\" chrome-linux\" ])" ,
6261 )
63-
62+
6463 http_archive (
6564 name = "mac_chrome" ,
6665 url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/972739/chrome-mac.zip" ,
6766 sha256 = "a9c59baa2c6c455172c1780ee3411f4b3aa0561a8ed2882d7247d6716d6ccd66" ,
6867 strip_prefix = "chrome-mac" ,
6968 build_file_content = "exports_files([\" Chromium.app\" ])" ,
7069 )
71-
70+
7271 http_archive (
7372 name = "linux_chromedriver" ,
7473 url = "https://chromedriver.storage.googleapis.com/99.0.4844.51/chromedriver_linux64.zip" ,
7574 sha256 = "3e948b12229667fbb30897de3bae4a3deaac998e552be9a5094227b91c5bbce4" ,
7675 build_file_content = "exports_files([\" chromedriver\" ])" ,
7776 )
78-
77+
7978 http_archive (
8079 name = "mac_chromedriver" ,
8180 url = "https://chromedriver.storage.googleapis.com/99.0.4844.51/chromedriver_mac64.zip" ,
8281 sha256 = "9723d866b6d9e151e985ed206232264ff1fc41082cd5713a2589e706cb4553d9" ,
8382 build_file_content = "exports_files([\" chromedriver\" ])" ,
8483 )
85-
0 commit comments