@@ -11,15 +11,15 @@ def pin_browsers():
11
11
12
12
http_archive (
13
13
name = "linux_firefox" ,
14
- url = "https://ftp.mozilla.org/pub/firefox/releases/91.0/linux-x86_64/en-US/firefox-91.0.tar.bz2" ,
15
- sha256 = "bced054543003caf29d0c93aa63359809bdf1f1fcbca92b82c57167fe94ca1c9 " ,
14
+ url = "https://ftp.mozilla.org/pub/firefox/releases/91.0.2 /linux-x86_64/en-US/firefox-91.0.2 .tar.bz2" ,
15
+ sha256 = "9eaac9c88ff4696228292590b65ab2fd1b0d98b7a1edf5a21abc11b7803a046d " ,
16
16
build_file_content = "exports_files([\" firefox\" ])" ,
17
17
)
18
18
19
19
dmg_archive (
20
20
name = "mac_firefox" ,
21
- url = "https://ftp.mozilla.org/pub/firefox/releases/91.0/mac/en-US/Firefox%2091.0.dmg" ,
22
- sha256 = "d26c43f490320b3f301578fa653a2235562dfed31ed12b9b1f7c4515da21a6fb " ,
21
+ url = "https://ftp.mozilla.org/pub/firefox/releases/91.0.2 /mac/en-US/Firefox%2091.0.2 .dmg" ,
22
+ sha256 = "4147fff1b176a659d6d4d928efe6ec98af313533508809264d78cc83c93cab30 " ,
23
23
build_file_content = "exports_files([\" Firefox.app\" ])" ,
24
24
)
25
25
@@ -39,18 +39,18 @@ def pin_browsers():
39
39
40
40
pkg_archive (
41
41
name = "mac_edge" ,
42
- url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-92.0.902.67 .pkg?platform=Mac&Consent=0&channel=Stable" ,
43
- sha256 = "afb14750572b49c2ad5f25b637ffb3d637107e3db094b97b14a386a9f85a9af7 " ,
42
+ url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-92.0.902.84 .pkg?platform=Mac&Consent=0&channel=Stable" ,
43
+ sha256 = "1cb38e5d07392a3e4598e8644842e97e5583324c1c53df77f4c3c60fde726c2b " ,
44
44
move = {
45
- "MicrosoftEdge-92.0.902.67 .pkg/Payload/Microsoft Edge.app" : "Edge.app" ,
45
+ "MicrosoftEdge-92.0.902.84 .pkg/Payload/Microsoft Edge.app" : "Edge.app" ,
46
46
},
47
47
build_file_content = "exports_files([\" Edge.app\" ])" ,
48
48
)
49
49
50
50
http_archive (
51
51
name = "mac_edgedriver" ,
52
- url = "https://msedgedriver.azureedge.net/92.0.902.67 /edgedriver_mac64.zip" ,
53
- sha256 = "a5afad438001fe92ee71e539fdb1dd20c72a9cec7d08c01ec6516215e4abf181 " ,
52
+ url = "https://msedgedriver.azureedge.net/92.0.902.84 /edgedriver_mac64.zip" ,
53
+ sha256 = "c4bd74dc6e1026f6cb6beaf8fa0ecc2e6208ac1e604460432d14e6de90b0dabe " ,
54
54
build_file_content = "exports_files([\" msedgedriver\" ])" ,
55
55
)
56
56
0 commit comments