PR #9
This commit is contained in:
parent
0ae9827e22
commit
e698943604
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
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="52.4.1esr"
|
version="52.5.0esr"
|
||||||
application="firefox"
|
application="firefox"
|
||||||
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"
|
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@ 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=52.4.1
|
set FFversion=52.5.0
|
||||||
set I2Pdversion=2.15.0
|
set I2Pdversion=2.16.0
|
||||||
call :GET_LOCALE
|
call :GET_LOCALE
|
||||||
call :GET_PROXY
|
call :GET_PROXY
|
||||||
call :GET_ARCH
|
call :GET_ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user