Browse Source

Update I2Pd to 2.29.0

Former-commit-id: cb6dfd27bd
pull/43/head
Dimitris Apostolou 5 years ago
parent
commit
97afe240e5
  1. 2
      osx/build/build
  2. 2
      windows/build/build.cmd

2
osx/build/build

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

2
windows/build/build.cmd

@ -8,7 +8,7 @@ setlocal enableextensions @@ -8,7 +8,7 @@ setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=60.9.0
set I2Pdversion=2.28.0
set I2Pdversion=2.29.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH

Loading…
Cancel
Save