chore: update i2pd to 2.32.1

https://github.com/PurpleI2P/i2pd/releases/tag/2.32.1
This commit is contained in:
MDLeom 2020-07-21 09:01:44 +01:00
parent cdd9bb6cf9
commit b81e7d032b
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 2 additions and 2 deletions

View File

@ -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.30.0"
i2pdversion="2.32.1"
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"

View File

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