Update to Firefox 102.11.0esr

Mac and Windows launchers in 725e5ac0f and 93f009e9d8 were actually from
102.11.0esr, not 102.10.0esr
This commit is contained in:
Dan Stillman 2023-05-09 05:42:42 -04:00
parent fa28228acb
commit bbcfe50e0d

View file

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