1
0
mirror of https://github.com/PurpleI2P/i2pdbrowser synced 2025-01-13 16:28:03 +00:00

Update I2Pd to 2.30.0

This commit is contained in:
Dimitris Apostolou 2020-02-28 22:45:20 +02:00
parent 92f98a54c7
commit 9cce2a17fc
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
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.29.0"
i2pdversion="2.30.0"
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.29.0
set I2Pdversion=2.30.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH