Browse Source

[FF] update to 91.12.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>

Former-commit-id: fcde8f6616ef0539bf7c257a0681701b34f30a5e
pull/43/head
R4SAS 2 years ago
parent
commit
3600bbe347
  1. 2
      linux/build/build
  2. 2
      macos/build/build
  3. 2
      windows/build/build.cmd

2
linux/build/build

@ -12,7 +12,7 @@ cd $dir @@ -12,7 +12,7 @@ cd $dir
arch=$(uname -m)
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
version="91.11.0esr"
version="91.12.0esr"
application="firefox"
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"

2
macos/build/build

@ -12,7 +12,7 @@ cd $dir @@ -12,7 +12,7 @@ cd $dir
arch=$(uname -m)
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g')
version="91.11.0esr"
version="91.12.0esr"
i2pdversion="2.42.1"
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"

2
windows/build/build.cmd

@ -7,7 +7,7 @@ REM See full license text in LICENSE file at top of project tree @@ -7,7 +7,7 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=91.11.0esr
set FFversion=91.12.0esr
set I2Pdversion=2.42.1
call :GET_LOCALE
call :GET_PROXY

Loading…
Cancel
Save