Skip to content

Commit 5c3ae44

Browse files
[build] Update Edge for pinned browser usage
1 parent 1e4d174 commit 5c3ae44

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

common/repositories.bzl

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

3939
pkg_archive(
4040
name = "mac_edge",
41-
url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-94.0.992.50.pkg?platform=Mac&Consent=0&channel=Stable",
42-
sha256 = "2d3e1f6c5dc01f64c18c80b1bbbcc1cc2a07c72c7b870f3b2dd167a87846ae06",
41+
url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-96.0.1054.34.pkg?platform=Mac&Consent=1&channel=Stable",
42+
sha256 = "6c2a4966dfc164e17ca27a9326ca115674b55f8f0f128e6b0c80da1fc0bf228d",
4343
move = {
44-
"MicrosoftEdge-94.0.992.50.pkg/Payload/Microsoft Edge.app": "Edge.app",
44+
"MicrosoftEdge-96.0.1054.34.pkg/Payload/Microsoft Edge.app": "Edge.app",
4545
},
4646
build_file_content = "exports_files([\"Edge.app\"])",
4747
)
4848

4949
http_archive(
5050
name = "mac_edgedriver",
51-
url = "https://msedgedriver.azureedge.net/94.0.992.50/edgedriver_mac64.zip",
52-
sha256 = "f5446a97c7ccd9d80904b1888b28fa5c9eb624b233aa05f046f825b1d8965f3f",
51+
url = "https://msedgedriver.azureedge.net/96.0.1025.0/edgedriver_mac64.zip",
52+
sha256 = "0bcf934ce4b2b57f268e72096817fc6aad2b763e3541fa2d510ece3efc816bab",
5353
build_file_content = "exports_files([\"msedgedriver\"])",
5454
)
5555

0 commit comments

Comments
 (0)