Skip to content

Commit d56c876

Browse files
committed
Update pinned browsers
``` bazel run //scripts:pinned_browsers > common/repositories.bzl.foo mv common/repositories.bzl.foo common/repositories.bzl ```
1 parent aea5885 commit d56c876

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

common/repositories.bzl

Lines changed: 19 additions & 19 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/102.0/linux-x86_64/en-US/firefox-102.0.tar.bz2",
14-
sha256 = "2673d387d22ae6e21c20f091dc4811197aaa516110d44133e4d14c91d5568f87",
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",
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/102.0/mac/en-US/Firefox%20102.0.dmg",
21-
sha256 = "93c6dac2e979960a4e2d33a9aabd5daebcfe44bb0ae1bcecc10fd538ab66725f",
20+
url = "https://ftp.mozilla.org/pub/firefox/releases/103.0.2/mac/en-US/Firefox%20103.0.2.dmg",
21+
sha256 = "c3e9e2ec300d231ee6e9cdfe1dd8fc03d62ac6c23d8ddfcc9358e430dca73ea4",
2222
build_file_content = "exports_files([\"Firefox.app\"])",
2323
)
2424

@@ -38,53 +38,53 @@ 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-103.0.1264.44.pkg?platform=Mac&Consent=0&channel=Stable",
42-
sha256 = "49ae051c3f4207ceb8b7a53068d8912b3939f544e9f97464abe3a26d67f8447c",
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",
4343
move = {
44-
"MicrosoftEdge-103.0.1264.44.pkg/Payload/Microsoft Edge.app": "Edge.app",
44+
"MicrosoftEdge-104.0.1293.47.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/103.0.1264.44/edgedriver_linux64.zip",
52-
sha256 = "ed154c7c58d565093f1d5d42fcd82e27354ff0cfed960e9e83e0435df8dd630a",
51+
url = "https://msedgedriver.azureedge.net/104.0.1293.47/edgedriver_linux64.zip",
52+
sha256 = "ac8f7b9150ef8f7c01845025080d60cad3f3b2453abff13bfd026f88ad7bb209",
5353
build_file_content = "exports_files([\"msedgedriver\"])",
5454
)
5555

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

6363
http_archive(
6464
name = "linux_chrome",
65-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1002780/chrome-linux.zip",
66-
sha256 = "f0c5cf79ff25162720b80052e0225b0041317b6633a28132df943639b722854a",
65+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1012652/chrome-linux.zip",
66+
sha256 = "1074f18c62d6b2908c8b74c20b9ca78eb756f4fa3aadd5c93c9db4a1f0cecc73",
6767
build_file_content = "exports_files([\"chrome-linux\"])",
6868
)
6969

7070
http_archive(
7171
name = "mac_chrome",
72-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/1002780/chrome-mac.zip",
73-
sha256 = "39386bd9603867fd225622cdce9c26b0b7b4173fa017cecb28045a2f1ebc5921",
72+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/1012652/chrome-mac.zip",
73+
sha256 = "37bc3bcb2c7bf7d67ccb8067671c192e581c90b9f0a3f296fe839cff33166e9b",
7474
strip_prefix = "chrome-mac",
7575
build_file_content = "exports_files([\"Chromium.app\"])",
7676
)
7777

7878
http_archive(
7979
name = "linux_chromedriver",
80-
url = "https://chromedriver.storage.googleapis.com/103.0.5060.53/chromedriver_linux64.zip",
81-
sha256 = "adec44a6d392d71aa456993d5fdcc7aade5b20e0360770cc61a272e17076fdbe",
80+
url = "https://chromedriver.storage.googleapis.com/104.0.5112.79/chromedriver_linux64.zip",
81+
sha256 = "7ce8ead8761c08c8bfb910c4f09ac5fe632d1de6ac464c3f8f2cd1a2ae895dd9",
8282
build_file_content = "exports_files([\"chromedriver\"])",
8383
)
8484

8585
http_archive(
8686
name = "mac_chromedriver",
87-
url = "https://chromedriver.storage.googleapis.com/103.0.5060.53/chromedriver_mac64.zip",
88-
sha256 = "17b8dabdefd001e8b5a87041b5394fec58f9fcb9cdd85a0598b58ebc3c882b0e",
87+
url = "https://chromedriver.storage.googleapis.com/104.0.5112.79/chromedriver_mac64.zip",
88+
sha256 = "65766e1c5cecf0e560cfb602bdc62e181d89a35258cf2dfbbb2a8cad37d2f451",
8989
build_file_content = "exports_files([\"chromedriver\"])",
9090
)

0 commit comments

Comments
 (0)