diff --git a/i2pd/i2pd.nuspec b/i2pd/i2pd.nuspec index 10dd13b..713c87d 100644 --- a/i2pd/i2pd.nuspec +++ b/i2pd/i2pd.nuspec @@ -3,7 +3,7 @@ i2pd - 2.39.0 + 2.40.0 https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/ r4sas diff --git a/i2pd/tools/ChocolateyInstall.ps1 b/i2pd/tools/ChocolateyInstall.ps1 index 2e4b185..13c5994 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.39.0/i2pd_2.39.0_win32_mingw.zip' -$checksum = '930d5e30d07c5faa26899f4bd756b23ba81a711895477e2c550717433e6c0789' +$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.40.0/i2pd_2.40.0_win32_mingw.zip' +$checksum = '86de7b7e0645eea5957b9484ee2801d4d61637976acc2acbb108106c662bf21d' $checksumType = 'sha256' -$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.39.0/i2pd_2.39.0_win64_mingw.zip' -$checksum64 = '4092346849bc107eac311c95138111ba5e4fcb0eb88410ebc8c190a2d197fb95' +$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.40.0/i2pd_2.40.0_win64_mingw.zip' +$checksum64 = '591b66f05e27fda23e5a7ac6849711b12a751ece670aefd284d76e2f43909d2b' $checksumType64 = 'sha256' Install-ChocolateyZipPackage -packageName "$packagename" `