Skip to content

Commit 8566b33

Browse files
committed
Repin Edge to 89.0.774.27
1 parent c1e1594 commit 8566b33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

common/repositories.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("//common/private:dmg_archive.bzl", "dmg_archive")
33
load("//common/private:drivers.bzl", "local_drivers")
44
load("//common/private:pkg_archive.bzl", "pkg_archive")
55

6-
_edge_version = "89.0.713.0"
6+
_edge_version = "89.0.774.27"
77

88
_versions = {
99
# The chrome version number is found by visiting http://omahaproxy.appspot.com,
@@ -47,8 +47,8 @@ _versions = {
4747
"sha256": None,
4848
},
4949
"mac": {
50-
"url": "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdgeCanary-89.0.713.0.pkg?platform=Mac&Consent=0&channel=Canary",
51-
"sha256": "25dfe56b00d5f0af1f9d7ed3d84442fd9d783aa2abe1be93c9ea8e7088f5e5c6",
50+
"url": "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdgeBeta-89.0.774.27.pkg?platform=Mac&Consent=0&channel=Beta",
51+
"sha256": "c5f47bf3421764fad659eabd3e2479aa041238dbf77c43cfb785fd26dd907118",
5252
},
5353
"windows": {
5454
"url": None,
@@ -63,7 +63,7 @@ _versions = {
6363
},
6464
"mac": {
6565
"url": "https://msedgedriver.azureedge.net/%s/edgedriver_mac64.zip" % _edge_version,
66-
"sha256": "0282fa65d7f303f59fc4f8001b3d1ce25a44b0394a449f18291f68b6d0f9e691",
66+
"sha256": "ac3001b0d48b5f4fcefa596c36bc9e2e7f1cbdf480c91d98020f7ca6a10ace41",
6767
},
6868
"windows": {
6969
"url": "https://msedgedriver.azureedge.net/87.0.669.0/edgedriver_win64.zip",
@@ -145,7 +145,7 @@ def _edge():
145145
url = _versions["edge"]["mac"]["url"],
146146
sha256 = _versions["edge"]["mac"]["sha256"],
147147
move = {
148-
"MicrosoftEdgeCanary-%s.pkg/Payload/Microsoft Edge Canary.app" % _edge_version: "Edge.app",
148+
"MicrosoftEdgeBeta-%s.pkg/Payload/Microsoft Edge Beta.app" % _edge_version: "Edge.app",
149149
},
150150
build_file_content = "exports_files([\"Edge.app\"])",
151151
)

java/browsers.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ edge_data = select({
4040
edge_jvm_flags = select({
4141
"//common:use_pinned_macos_edge": [
4242
"-Dwebdriver.edge.driver=$(location @mac_edgedriver//:msedgedriver)",
43-
"-Dwebdriver.edge.binary=\"$(location @mac_edge//:Edge.app)/Contents/MacOS/Microsoft Edge Canary\"",
43+
"-Dwebdriver.edge.binary=\"$(location @mac_edge//:Edge.app)/Contents/MacOS/Microsoft Edge Beta\"",
4444
],
4545
"//common:use_local_msedgedriver": [
4646
"-Dwebdriver.edge.driver=$(location //common:msedgedriver)",

0 commit comments

Comments
 (0)