Skip to content

Commit a77be05

Browse files
committed
Roll the pinned browser versions
``` bazel run scripts:pinned_browsers > temp.bzl && \ mv temp.bzl common/repositories.bzl \ buildifier --lint fix -r common/repositories.bzl ```
1 parent 2da79fb commit a77be05

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

common/repositories.bzl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ def pin_browsers():
1010

1111
http_archive(
1212
name = "linux_firefox",
13-
url = "https://ftp.mozilla.org/pub/firefox/releases/103.0.2/linux-x86_64/en-US/firefox-103.0.2.tar.bz2",
14-
sha256 = "7869a2d95e02d34b105b37baa669cf29e0fd075fd883eaf4b2bd4e0ced77f6ca",
13+
url = "https://ftp.mozilla.org/pub/firefox/releases/104.0/linux-x86_64/en-US/firefox-104.0.tar.bz2",
14+
sha256 = "9b8d307e7f6e46d468b7c9997f542821aa0cdef4d8ed95aa7dd1b66d48380478",
1515
build_file_content = "exports_files([\"firefox\"])",
1616
)
1717

1818
dmg_archive(
1919
name = "mac_firefox",
20-
url = "https://ftp.mozilla.org/pub/firefox/releases/103.0.2/mac/en-US/Firefox%20103.0.2.dmg",
21-
sha256 = "c3e9e2ec300d231ee6e9cdfe1dd8fc03d62ac6c23d8ddfcc9358e430dca73ea4",
20+
url = "https://ftp.mozilla.org/pub/firefox/releases/104.0/mac/en-US/Firefox%20104.0.dmg",
21+
sha256 = "e7671127eedc92135b55844dcb9888120e8fb37550f59b3722af2ddca23f4e15",
2222
build_file_content = "exports_files([\"Firefox.app\"])",
2323
)
2424

@@ -38,25 +38,25 @@ 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-104.0.1293.47.pkg?platform=Mac&Consent=0&channel=Stable",
42-
sha256 = "45bdd7eddf65816b17df49ffbe0f49ad5322b4e2385bb73adec70ebd26aee89f",
41+
url = "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdge-104.0.1293.70.pkg?platform=Mac&Consent=0&channel=Stable",
42+
sha256 = "18e1861cd4c51d7b6877f5d9f492feb5c34fcfad1f5165773024109cf483e166",
4343
move = {
44-
"MicrosoftEdge-104.0.1293.47.pkg/Payload/Microsoft Edge.app": "Edge.app",
44+
"MicrosoftEdge-104.0.1293.70.pkg/Payload/Microsoft Edge.app": "Edge.app",
4545
},
4646
build_file_content = "exports_files([\"Edge.app\"])",
4747
)
4848

4949
http_archive(
5050
name = "linux_edgedriver",
51-
url = "https://msedgedriver.azureedge.net/104.0.1293.47/edgedriver_linux64.zip",
52-
sha256 = "ac8f7b9150ef8f7c01845025080d60cad3f3b2453abff13bfd026f88ad7bb209",
51+
url = "https://msedgedriver.azureedge.net/104.0.1293.70/edgedriver_linux64.zip",
52+
sha256 = "4b5df747d116fdf9cb8e84d28b5b9ba700573cf45ca56a437b7482e7142ffde0",
5353
build_file_content = "exports_files([\"msedgedriver\"])",
5454
)
5555

5656
http_archive(
5757
name = "mac_edgedriver",
58-
url = "https://msedgedriver.azureedge.net/104.0.1293.47/edgedriver_mac64.zip",
59-
sha256 = "0a0d8cfcfcbb77bc7524c30eed5943065dff9274035d0633c3c6bb3ac05f4d5b",
58+
url = "https://msedgedriver.azureedge.net/104.0.1293.70/edgedriver_mac64.zip",
59+
sha256 = "09863ffc9b004ccf45eea26e53e2266edbcdfcdf000673bb2e0c02d39b89be04",
6060
build_file_content = "exports_files([\"msedgedriver\"])",
6161
)
6262

0 commit comments

Comments
 (0)