Skip to content

Commit 3f9f83d

Browse files
committed
run pinned browsers script
1 parent 163167e commit 3f9f83d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

common/repositories.bzl

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

1111
http_archive(
1212
name = "linux_firefox",
13-
url = "https://ftp.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/en-US/firefox-119.0.1.tar.bz2",
14-
sha256 = "7d7e65a8e8f11a821545cdb9a3348c68d4fd60d2b6f5454fb17dc4d42fabde56",
13+
url = "https://ftp.mozilla.org/pub/firefox/releases/120.0.1/linux-x86_64/en-US/firefox-120.0.1.tar.bz2",
14+
sha256 = "8c9dccdc35dbd3739f6a1e0459a1a415c6ee7ffe4d2272cba1fd3987f9c2133a",
1515
build_file_content = """
1616
filegroup(
1717
name = "files",
@@ -27,15 +27,15 @@ exports_files(
2727

2828
dmg_archive(
2929
name = "mac_firefox",
30-
url = "https://ftp.mozilla.org/pub/firefox/releases/119.0.1/mac/en-US/Firefox%20119.0.1.dmg",
31-
sha256 = "e8aaf761df3a59e29bceb0a3331b097ba9a72a300d5dee677d11b908c8487701",
30+
url = "https://ftp.mozilla.org/pub/firefox/releases/120.0.1/mac/en-US/Firefox%20120.0.1.dmg",
31+
sha256 = "b30cbaafe57c49fd334db05824b1641b75227da2415e6ae1751f72f9a1335d2d",
3232
build_file_content = "exports_files([\"Firefox.app\"])",
3333
)
3434

3535
http_archive(
3636
name = "linux_beta_firefox",
37-
url = "https://ftp.mozilla.org/pub/firefox/releases/120.0b7/linux-x86_64/en-US/firefox-120.0b7.tar.bz2",
38-
sha256 = "c63d6c900c9c085e831807aa0d2456df51b06eed24a8a8314cae6131351b851b",
37+
url = "https://ftp.mozilla.org/pub/firefox/releases/121.0b7/linux-x86_64/en-US/firefox-121.0b7.tar.bz2",
38+
sha256 = "f706ae774e37786d8782920655d89f0580b8fbd113a2888ac14d49cc810e3714",
3939
build_file_content = """
4040
filegroup(
4141
name = "files",
@@ -51,15 +51,15 @@ exports_files(
5151

5252
dmg_archive(
5353
name = "mac_beta_firefox",
54-
url = "https://ftp.mozilla.org/pub/firefox/releases/120.0b7/mac/en-US/Firefox%20120.0b7.dmg",
55-
sha256 = "8244f255b15f3719404dd2766470aa5a2a1a0452dd3b7c7aaf7ec4fc3deb9335",
54+
url = "https://ftp.mozilla.org/pub/firefox/releases/121.0b7/mac/en-US/Firefox%20121.0b7.dmg",
55+
sha256 = "560032deec826dc0b0b6061e0108aaeb1324e39652bd8f8ceb639da5087c7b83",
5656
build_file_content = "exports_files([\"Firefox.app\"])",
5757
)
5858

5959
http_archive(
6060
name = "linux_dev_firefox",
61-
url = "https://ftp.mozilla.org/pub/firefox/releases/120.0b7/linux-x86_64/en-US/firefox-120.0b7.tar.bz2",
62-
sha256 = "c63d6c900c9c085e831807aa0d2456df51b06eed24a8a8314cae6131351b851b",
61+
url = "https://ftp.mozilla.org/pub/firefox/releases/121.0b7/linux-x86_64/en-US/firefox-121.0b7.tar.bz2",
62+
sha256 = "f706ae774e37786d8782920655d89f0580b8fbd113a2888ac14d49cc810e3714",
6363
build_file_content = """
6464
filegroup(
6565
name = "files",
@@ -75,8 +75,8 @@ exports_files(
7575

7676
dmg_archive(
7777
name = "mac_dev_firefox",
78-
url = "https://ftp.mozilla.org/pub/firefox/releases/120.0b7/mac/en-US/Firefox%20120.0b7.dmg",
79-
sha256 = "8244f255b15f3719404dd2766470aa5a2a1a0452dd3b7c7aaf7ec4fc3deb9335",
78+
url = "https://ftp.mozilla.org/pub/firefox/releases/121.0b7/mac/en-US/Firefox%20121.0b7.dmg",
79+
sha256 = "560032deec826dc0b0b6061e0108aaeb1324e39652bd8f8ceb639da5087c7b83",
8080
build_file_content = "exports_files([\"Firefox.app\"])",
8181
)
8282

@@ -96,25 +96,25 @@ exports_files(
9696

9797
pkg_archive(
9898
name = "mac_edge",
99-
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/fba50137-9cc2-40da-9b02-dbb606193c1a/MicrosoftEdge-119.0.2151.46.pkg",
100-
sha256 = "3cbd9e4e2360664409454615855968a2465e5f1d13480263824ea79da8ac421a",
99+
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/fec5727f-a1e0-458c-a53d-cc69caef1230/MicrosoftEdge-119.0.2151.97.pkg",
100+
sha256 = "786f8c5d3c53e54ddcf14d780164f1bc7f21483a5e01988a1b930b2aa790e7b0",
101101
move = {
102-
"MicrosoftEdge-119.0.2151.46.pkg/Payload/Microsoft Edge.app": "Edge.app",
102+
"MicrosoftEdge-119.0.2151.97.pkg/Payload/Microsoft Edge.app": "Edge.app",
103103
},
104104
build_file_content = "exports_files([\"Edge.app\"])",
105105
)
106106

107107
http_archive(
108108
name = "linux_edgedriver",
109-
url = "https://msedgedriver.azureedge.net/118.0.2088.76/edgedriver_linux64.zip",
110-
sha256 = "d046450ef8c105ed4a4692baa93ccc5139db5b2746843d7dbdb9fc5a31991f5e",
109+
url = "https://msedgedriver.azureedge.net/119.0.2151.97/edgedriver_linux64.zip",
110+
sha256 = "0039b5ce30479fd8789cb395fd1e578e4a7ebb76d80c80fae3aa624d144a5fdd",
111111
build_file_content = "exports_files([\"msedgedriver\"])",
112112
)
113113

114114
http_archive(
115115
name = "mac_edgedriver",
116-
url = "https://msedgedriver.azureedge.net/118.0.2088.76/edgedriver_mac64.zip",
117-
sha256 = "906008760332bd7c702f040661578262ff9be48546ed5831bf3209d572b16f2f",
116+
url = "https://msedgedriver.azureedge.net/119.0.2151.97/edgedriver_mac64.zip",
117+
sha256 = "b5ec14956a341db07373783ad84f7701441dfc9ceec7a0895778ad76b70c2ddb",
118118
build_file_content = "exports_files([\"msedgedriver\"])",
119119
)
120120

0 commit comments

Comments
 (0)