diff --git a/i2pd/i2pd.nuspec b/i2pd/i2pd.nuspec index 37eeaf7..ce60369 100644 --- a/i2pd/i2pd.nuspec +++ b/i2pd/i2pd.nuspec @@ -3,7 +3,7 @@ i2pd - 2.32.0 + 2.32.1 https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/ r4sas diff --git a/i2pd/tools/ChocolateyInstall.ps1 b/i2pd/tools/ChocolateyInstall.ps1 index 7835831..770140c 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.0/i2pd_2.32.0_win32_mingw.zip' -$checksum = '7baa556a43b2126e4a6980d43505d513bbef2317fc6280b8ca1060ea3d582686' +$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.32.1/i2pd_2.32.1_win32_mingw.zip' +$checksum = '387082a81a0eed5f0f95b974fc2e533a78bf8bebaeab2821007ce541a5ee206e' $checksumType = 'sha256' -$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.32.0/i2pd_2.32.0_win64_mingw.zip' -$checksum64 = 'e8ce9557920ba35b52d17463e4783468722b2465b30c407b89e50b35c3ea5be9' +$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.32.1/i2pd_2.32.1_win64_mingw.zip' +$checksum64 = '191341dedba16a63166b1fd92628e8560ecf46ec68f8db51a88288ba6713724a' $checksumType64 = 'sha256' Install-ChocolateyZipPackage -packageName "$packagename" `