Skip to content

Commit 221234f

Browse files
committed
Correcting pinned browsers
98.0.1108.62 does not exist for MSEdgeDriver [skip ci]
1 parent 00f7655 commit 221234f

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
@@ -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-98.0.1108.62.pkg?platform=Mac&Consent=0&channel=Stable",
43-
sha256 = "5686213b227d0af11757596c5828e720784b7b9caea6c44412c366a65ec3d006",
42+
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",
43+
sha256 = "7ab569106dd266d852ab75a2f795d64b6722bf335bf8a58bebdf8e488d47520e",
4444
move = {
45-
"MicrosoftEdge-98.0.1108.62.pkg/Payload/Microsoft Edge.app": "Edge.app",
45+
"MicrosoftEdge-98.0.1108.56.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/98.0.1108.62/edgedriver_mac64.zip",
53-
sha256 = "6d57166f128fff7399d23399c4adfae33405dcb3f97a02b2c456298e0edd0993",
52+
url = "https://msedgedriver.azureedge.net/98.0.1108.56/edgedriver_mac64.zip",
53+
sha256 = "4a4a8f1808fecc50da8fef6576c9b03cc89e099c89ecaea5106826e06b65a80d",
5454
build_file_content = "exports_files([\"msedgedriver\"])",
5555
)
5656

0 commit comments

Comments
 (0)