Browse Source

chore: update firefox to 68.10.0esr

pull/33/head
MDLeom 4 years ago
parent
commit
01f58bbf9b
No known key found for this signature in database
GPG Key ID: 6C236E63CBC68AA
  1. 2
      linux/build/build
  2. 2
      osx/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="60.9.0esr"
version="68.10.0esr"
application="firefox"
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"

2
osx/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="60.9.0esr"
version="68.10.0esr"
i2pdversion="2.32.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=60.9.0
set FFversion=68.10.0
set I2Pdversion=2.32.1
call :GET_LOCALE
call :GET_PROXY

Loading…
Cancel
Save