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 = "a63d28ae61926c0d7447f57d4e6fb514401d560abb50ce787bb6bd0e9b7b820f" ,
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/97.0.1/mac/en-US/Firefox%2097.0.1.dmg" ,
2221 sha256 = "172f90d0a2165d7abee8e5d5fdf578dd3f94d88b552c6d6f7c285480fa8f7afa" ,
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-98.0.1108.56.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/98.0.1108.56/edgedriver_mac64.zip" ,
5352 sha256 = "4a4a8f1808fecc50da8fef6576c9b03cc89e099c89ecaea5106826e06b65a80d" ,
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/950341/chrome-linux.zip" ,
6059 sha256 = "7a74df8b80856f5212c12ed01833a56c1b6257b6e9999be2aa096fd15a37e5e8" ,
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/950341/chrome-mac.zip" ,
6766 sha256 = "61de76d4398a229e95572bb7e922dd15b876c1388593ad29521707af2a76b682" ,
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/98.0.4758.102/chromedriver_linux64.zip" ,
7574 sha256 = "3592d3f11f9758e86d73716fba6a751f7d493e03611da5d5eecac8ff14aa9814" ,
7675 build_file_content = "exports_files([\" chromedriver\" ])" ,
7776 )
78-
77+
7978 http_archive (
8079 name = "mac_chromedriver" ,
8180 url = "https://chromedriver.storage.googleapis.com/98.0.4758.102/chromedriver_mac64.zip" ,
8281 sha256 = "de3684725907a80c71a33b6d4746bc50791f043b55292f658514627ab8a2dad4" ,
8382 build_file_content = "exports_files([\" chromedriver\" ])" ,
8483 )
85-
0 commit comments