mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 22:25:27 +00:00
[FF] update to 91.12.0
Signed-off-by: R4SAS <r4sas@i2pmail.org> Former-commit-id: fcde8f6616ef0539bf7c257a0681701b34f30a5e
This commit is contained in:
parent
e3dd819feb
commit
3600bbe347
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ cd $dir
|
||||||
|
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
|
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
|
||||||
version="91.11.0esr"
|
version="91.12.0esr"
|
||||||
application="firefox"
|
application="firefox"
|
||||||
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"
|
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ cd $dir
|
||||||
|
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g')
|
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"
|
i2pdversion="2.42.1"
|
||||||
|
|
||||||
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"
|
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ REM See full license text in LICENSE file at top of project tree
|
||||||
setlocal enableextensions
|
setlocal enableextensions
|
||||||
|
|
||||||
set CURL=%~dp0curl.exe
|
set CURL=%~dp0curl.exe
|
||||||
set FFversion=91.11.0esr
|
set FFversion=91.12.0esr
|
||||||
set I2Pdversion=2.42.1
|
set I2Pdversion=2.42.1
|
||||||
call :GET_LOCALE
|
call :GET_LOCALE
|
||||||
call :GET_PROXY
|
call :GET_PROXY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue