From cdcfdb06e8cdba78595fb695655833224eb61851 Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Tue, 21 Jul 2020 09:01:44 +0100 Subject: [PATCH] chore: update i2pd to 2.32.1 https://github.com/PurpleI2P/i2pd/releases/tag/2.32.1 Former-commit-id: b81e7d032b097769742c7108c53b29d38b284d0b --- osx/build/build | 2 +- windows/build/build.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/build/build b/osx/build/build index 88ba166..e90ecdc 100755 --- a/osx/build/build +++ b/osx/build/build @@ -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}" diff --git a/windows/build/build.cmd b/windows/build/build.cmd index fd5dbec..23df551 100644 --- a/windows/build/build.cmd +++ b/windows/build/build.cmd @@ -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