@@ -10,8 +10,8 @@ def pin_browsers():
1010
1111 http_archive (
1212 name = "linux_firefox" ,
13- url = "https://ftp.mozilla.org/pub/firefox/releases/121.0.1 /linux-x86_64/en-US/firefox-121.0.1 .tar.bz2" ,
14- sha256 = "0fb696e03ac444d6c973cf3ff9f9c123b369e2091c80b50753ff1b447f1a96c1 " ,
13+ url = "https://ftp.mozilla.org/pub/firefox/releases/122.0 /linux-x86_64/en-US/firefox-122.0 .tar.bz2" ,
14+ sha256 = "0b36d796ba88d48000b0a3e43854a00556148221776879c91fae03735a0e5c21 " ,
1515 build_file_content = """
1616filegroup(
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/121.0.1 /mac/en-US/Firefox%20121.0.1 .dmg" ,
31- sha256 = "234b599abbbcf2ba553a625e2e97437cef08008a4d8484d9b889d8954372acf2 " ,
30+ url = "https://ftp.mozilla.org/pub/firefox/releases/122.0 /mac/en-US/Firefox%20122.0 .dmg" ,
31+ sha256 = "ccd68fe5388b044062410ce71885911f618fd4222cd617e429eb8ab0b68795d4 " ,
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/122.0b9 /linux-x86_64/en-US/firefox-122.0b9 .tar.bz2" ,
38- sha256 = "f556ac661b870f791eac7ed5a3cd1299f4cd370cbfd671dd3d26277502470b16 " ,
37+ url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3 /linux-x86_64/en-US/firefox-123.0b3 .tar.bz2" ,
38+ sha256 = "496be0e58074ce544a00fce8e67c36db685590f5ecc0319c8388fdda0b9f0dd0 " ,
3939 build_file_content = """
4040filegroup(
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/122.0b9 /mac/en-US/Firefox%20122.0b9 .dmg" ,
55- sha256 = "ad9eb86051a84445f8d519cc38ebbf06a55a2ed60d371ddc143c6bf42a548f8e " ,
54+ url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3 /mac/en-US/Firefox%20123.0b3 .dmg" ,
55+ sha256 = "ba06728492cbe18f1194cf7cd5e9ee3ad271cda5ae9e2f845851691911b72a84 " ,
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/122.0b9 /linux-x86_64/en-US/firefox-122.0b9 .tar.bz2" ,
62- sha256 = "f556ac661b870f791eac7ed5a3cd1299f4cd370cbfd671dd3d26277502470b16 " ,
61+ url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3 /linux-x86_64/en-US/firefox-123.0b3 .tar.bz2" ,
62+ sha256 = "496be0e58074ce544a00fce8e67c36db685590f5ecc0319c8388fdda0b9f0dd0 " ,
6363 build_file_content = """
6464filegroup(
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/122.0b9 /mac/en-US/Firefox%20122.0b9 .dmg" ,
79- sha256 = "ad9eb86051a84445f8d519cc38ebbf06a55a2ed60d371ddc143c6bf42a548f8e " ,
78+ url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3 /mac/en-US/Firefox%20123.0b3 .dmg" ,
79+ sha256 = "ba06728492cbe18f1194cf7cd5e9ee3ad271cda5ae9e2f845851691911b72a84 " ,
8080 build_file_content = "exports_files([\" Firefox.app\" ])" ,
8181 )
8282
@@ -96,10 +96,10 @@ exports_files(
9696
9797 pkg_archive (
9898 name = "mac_edge" ,
99- url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/8e50e03c-aa9a-467d-bbb4-3b93045ed5b9 /MicrosoftEdge-120 .0.2210.144 .pkg" ,
100- sha256 = "5f5190720d612224222dfba6746d9893d73f70abe57d14866552b3944b0d01f3 " ,
99+ url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/7a610a85-f171-4858-ab93-06908d04c1d6 /MicrosoftEdge-121 .0.2277.83 .pkg" ,
100+ sha256 = "3b2b3b919558147dccf993a0d86f7eb04782b8d7f39aeb9c719b2dc381f262ba " ,
101101 move = {
102- "MicrosoftEdge-120 .0.2210.144 .pkg/Payload/Microsoft Edge.app" : "Edge.app" ,
102+ "MicrosoftEdge-121 .0.2277.83 .pkg/Payload/Microsoft Edge.app" : "Edge.app" ,
103103 },
104104 build_file_content = "exports_files([\" Edge.app\" ])" ,
105105 )
0 commit comments