File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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-94.0.992.38 .pkg?platform=Mac&Consent=0&channel=Stable" ,
43
- sha256 = "fb1bd12401ea3e38bc5cb7ed24cae4772ed5bd56c6d00506b3dd8e84d4ef1e69 " ,
42
+ url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-94.0.992.47 .pkg?platform=Mac&Consent=0&channel=Stable" ,
43
+ sha256 = "eb33a78567d10e807cace157c2011cf5d8440e3ae7581938485ee3b6332ba210 " ,
44
44
move = {
45
- "MicrosoftEdge-94.0.992.38 .pkg/Payload/Microsoft Edge.app" : "Edge.app" ,
45
+ "MicrosoftEdge-94.0.992.47 .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/94.0.992.38 /edgedriver_mac64.zip" ,
53
- sha256 = "04b60d16a553bd005f311986d31985832495aa4dce330cc6008d8bfb86d16ebf " ,
52
+ url = "https://msedgedriver.azureedge.net/94.0.992.47 /edgedriver_mac64.zip" ,
53
+ sha256 = "e596977c8aec7b676122d8cc5fb0971f57d53771fffe65ed78dad8dce6b0c942 " ,
54
54
build_file_content = "exports_files([\" msedgedriver\" ])" ,
55
55
)
56
56
You can’t perform that action at this time.
0 commit comments