Update to Firefox 102.11.0esr
Mac and Windows launchers in725e5ac0f
and93f009e9d8
were actually from 102.11.0esr, not 102.10.0esr
This commit is contained in:
parent
fa28228acb
commit
bbcfe50e0d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue