This commit is contained in:
R4SAS 2017-11-17 05:53:13 +03:00
parent 0ae9827e22
commit e698943604
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=52.4.1
set I2Pdversion=2.15.0
set FFversion=52.5.0
set I2Pdversion=2.16.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH