Update builds to Firefox 115.9.1esr

This fixes the Mac launcher, which had been ARM-only. (This launcher is
built from 115.9.0esr, because 115.9.1esr, a recent security fix,
doesn't seem to have a public tag yet.)

The Windows build seems to work without updating the launcher from
115.4.0esr.
This commit is contained in:
Dan Stillman 2024-03-31 02:07:17 -04:00
parent e1411982b2
commit 95f6d2aa72
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Version of Gecko to build with
GECKO_VERSION_MAC="115.4.0esr"
GECKO_VERSION_LINUX="115.5.0esr"
GECKO_VERSION_WIN="115.5.0esr"
GECKO_VERSION_MAC="115.9.1esr"
GECKO_VERSION_LINUX="115.9.1esr"
GECKO_VERSION_WIN="115.9.1esr"
RUST_VERSION=1.69.0
# URL prefix for custom builds of Firefox components

Binary file not shown.