From 0751dcd2b264e1f8c2b16c35c61ac2362f2547f1 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 4 Sep 2020 09:46:15 +0300 Subject: [PATCH] update i2pd to 2.33.0 Signed-off-by: R4SAS --- i2pd/i2pd.nuspec | 2 +- i2pd/tools/ChocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i2pd/i2pd.nuspec b/i2pd/i2pd.nuspec index ce60369..483b8b5 100644 --- a/i2pd/i2pd.nuspec +++ b/i2pd/i2pd.nuspec @@ -3,7 +3,7 @@ i2pd - 2.32.1 + 2.33.0 https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/ r4sas diff --git a/i2pd/tools/ChocolateyInstall.ps1 b/i2pd/tools/ChocolateyInstall.ps1 index 770140c..32d7aac 100644 --- a/i2pd/tools/ChocolateyInstall.ps1 +++ b/i2pd/tools/ChocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $packagename = 'i2pd' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.32.1/i2pd_2.32.1_win32_mingw.zip' -$checksum = '387082a81a0eed5f0f95b974fc2e533a78bf8bebaeab2821007ce541a5ee206e' +$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.33.0/i2pd_2.33.0_win32_mingw.zip' +$checksum = 'b25a9ea4674fb637e194d1009ab9ada230e1c5f1bae53f887da5a11597b6e6e8' $checksumType = 'sha256' -$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.32.1/i2pd_2.32.1_win64_mingw.zip' -$checksum64 = '191341dedba16a63166b1fd92628e8560ecf46ec68f8db51a88288ba6713724a' +$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.33.0/i2pd_2.33.0_win64_mingw.zip' +$checksum64 = 'ada894a57de451830dcd50320220233a2606ff255c1031988e7e9c4a463cabde' $checksumType64 = 'sha256' Install-ChocolateyZipPackage -packageName "$packagename" `