Skip to content

Commit ee723da

Browse files
committed
Bump to latest edge release
1 parent 77e99f6 commit ee723da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

common/repositories.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ def pin_browsers():
3939

4040
pkg_archive(
4141
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",
4444
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",
4646
},
4747
build_file_content = "exports_files([\"Edge.app\"])",
4848
)
4949

5050
http_archive(
5151
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",
5454
build_file_content = "exports_files([\"msedgedriver\"])",
5555
)
5656

0 commit comments

Comments
 (0)