Skip to content

Commit 8aafd3f

Browse files
committed
[bazel] Bump pinned Firefox to v88
1 parent 30be80b commit 8aafd3f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

common/repositories.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ _versions = {
7373
# Versions found by visiting https://ftp.mozilla.org/pub/firefox/releases/
7474
"firefox": {
7575
"linux": {
76-
"url": "https://ftp.mozilla.org/pub/firefox/releases/88.0b1/linux-x86_64/en-US/firefox-88.0b1.tar.bz2",
77-
"sha256": "c488102470ad8972755329a72d1ae736a7b7d223cec5fa3057546af76f53cb74",
76+
"url": "https://ftp.mozilla.org/pub/firefox/releases/88.0/linux-i686/en-US/firefox-88.0.tar.bz2",
77+
"sha256": "a6f45b2aac37f917c0e3b8450cce94646f8734215d8f04a896f21cdbca7ba77b",
7878
},
7979
"mac": {
80-
"url": "https://ftp.mozilla.org/pub/firefox/releases/88.0b1/mac/en-US/Firefox%2088.0b1.pkg",
81-
"sha256": "e027bb2bf4feb4e1b5baf685a629fc7727b290dfdd61b081115e0d96ac91f241",
80+
"url": "https://ftp.mozilla.org/pub/firefox/releases/88.0/mac/en-US/Firefox%2088.0.dmg",
81+
"sha256": "8e12a1f5db329e349c5e49e448a589b9649cdbda225eae13813b41e8f88f0f33",
8282
},
8383
"windows": {
8484
"url": None,
@@ -177,14 +177,14 @@ def _firefox():
177177
type = _versions["geckodriver"]["mac"]["type"],
178178
)
179179

180-
pkg_archive(
180+
dmg_archive(
181181
name = "mac_firefox",
182182
url = _versions["firefox"]["mac"]["url"],
183183
sha256 = _versions["firefox"]["mac"]["sha256"],
184184
build_file_content = "exports_files([\"Firefox.app\"])",
185-
move = {
186-
"Firefox.tmp1.pkg/Payload/Firefox.app": "Firefox.app",
187-
}
185+
# move = {
186+
# "Firefox.tmp1.pkg/Payload/Firefox.app": "Firefox.app",
187+
# }
188188
)
189189

190190
# TODO: figure out how to unpack the firefox exe on Windows

0 commit comments

Comments
 (0)