Skip to content

Commit

Permalink
[dotnet][rb][java][js][py] Automated Browser Version Update (#13725)
Browse files Browse the repository at this point in the history
Update pinned browser versions

Co-authored-by: Selenium CI Bot <[email protected]>
  • Loading branch information
selenium-ci and selenium-ci authored Mar 25, 2024
1 parent 7a8e8c5 commit 3184040
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions common/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def pin_browsers():

http_archive(
name = "linux_firefox",
url = "https://ftp.mozilla.org/pub/firefox/releases/124.0/linux-x86_64/en-US/firefox-124.0.tar.bz2",
sha256 = "788db377d7b1d2e77d830af308e93f98c97291d8ddaec44a96d82c591f1d4dd0",
url = "https://ftp.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/en-US/firefox-124.0.1.tar.bz2",
sha256 = "b419cb0a10f6f601b1066d75f57b10e378f56b961be8c9dc1c7f73b869ecf82d",
build_file_content = """
filegroup(
name = "files",
Expand All @@ -28,15 +28,15 @@ exports_files(

dmg_archive(
name = "mac_firefox",
url = "https://ftp.mozilla.org/pub/firefox/releases/124.0/mac/en-US/Firefox%20124.0.dmg",
sha256 = "9876115ec8729e8138493b5898c15939476042cd5d902e364c372af4b1141968",
url = "https://ftp.mozilla.org/pub/firefox/releases/124.0.1/mac/en-US/Firefox%20124.0.1.dmg",
sha256 = "b7b260287296cf65193e76c20488fa75f98ff858ea1c2be4337ce5c1226ebcfa",
build_file_content = "exports_files([\"Firefox.app\"])",
)

http_archive(
name = "linux_beta_firefox",
url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b2/linux-x86_64/en-US/firefox-125.0b2.tar.bz2",
sha256 = "576aff8410a77d42104eda53e59048919015f90be662f0608ac534be3baa46b4",
url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b3/linux-x86_64/en-US/firefox-125.0b3.tar.bz2",
sha256 = "6cdebd362dbfbf207bad3d82e529f570d7785e5889420f1645c47773107c299f",
build_file_content = """
filegroup(
name = "files",
Expand All @@ -52,8 +52,8 @@ exports_files(

dmg_archive(
name = "mac_beta_firefox",
url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b2/mac/en-US/Firefox%20125.0b2.dmg",
sha256 = "404d030877db6b46cd7efe896f403e98250a4806f794a25a2654c51b3108efe1",
url = "https://ftp.mozilla.org/pub/firefox/releases/125.0b3/mac/en-US/Firefox%20125.0b3.dmg",
sha256 = "16f3f7e66fd46fede4545312b8c776576cc4935e4a41ce27527252ec5ab0a18c",
build_file_content = "exports_files([\"Firefox.app\"])",
)

Expand All @@ -73,18 +73,18 @@ exports_files(

pkg_archive(
name = "mac_edge",
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/61b13da3-c921-482a-9166-743689310b71/MicrosoftEdge-122.0.2365.92.pkg",
sha256 = "304243a7ef631781b707c0d9cb8fd35e718cebad91c29078e389bb4e813afef9",
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/cb3060ca-0635-4d36-b315-e2a0539f4889/MicrosoftEdge-123.0.2420.53.pkg",
sha256 = "0b8dc79dcf1415f7559a7dd927f4a1ef5055155ea1d924b863d570debdb68408",
move = {
"MicrosoftEdge-122.0.2365.92.pkg/Payload/Microsoft Edge.app": "Edge.app",
"MicrosoftEdge-123.0.2420.53.pkg/Payload/Microsoft Edge.app": "Edge.app",
},
build_file_content = "exports_files([\"Edge.app\"])",
)

deb_archive(
name = "linux_edge",
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_122.0.2365.92-1_amd64.deb",
sha256 = "eab115c454b669dbc42f83b6b9ccc94ec4f2df5a2cf6be762069c75f18f703e8",
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_123.0.2420.53-1_amd64.deb",
sha256 = "ec2eb0642211a1da962a299b9d4977d933a18b3b2213753f6deded96948db6dd",
build_file_content = """
filegroup(
name = "files",
Expand Down

0 comments on commit 3184040

Please sign in to comment.