diff --git a/i2pd/i2pd.nuspec b/i2pd/i2pd.nuspec index 269c09c..10dd13b 100644 --- a/i2pd/i2pd.nuspec +++ b/i2pd/i2pd.nuspec @@ -3,7 +3,7 @@ i2pd - 2.38.0 + 2.39.0 https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/ r4sas diff --git a/i2pd/tools/ChocolateyInstall.ps1 b/i2pd/tools/ChocolateyInstall.ps1 index cf46551..2e4b185 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.38.0/i2pd_2.38.0_win32_mingw.zip' -$checksum = 'eb7fec66304834600d7888e72d0e8400c290c2ee23968cafdc1983ffe8076a0a' +$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.39.0/i2pd_2.39.0_win32_mingw.zip' +$checksum = '930d5e30d07c5faa26899f4bd756b23ba81a711895477e2c550717433e6c0789' $checksumType = 'sha256' -$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.38.0/i2pd_2.38.0_win64_mingw.zip' -$checksum64 = '577c998af4e4b7eec7397c62a01a6900e6b41876ec903a3a4d612e2e01605d61' +$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.39.0/i2pd_2.39.0_win64_mingw.zip' +$checksum64 = '4092346849bc107eac311c95138111ba5e4fcb0eb88410ebc8c190a2d197fb95' $checksumType64 = 'sha256' Install-ChocolateyZipPackage -packageName "$packagename" `