1
0
mirror of https://github.com/r4sas/chocolatey-packages synced 2025-01-20 11:50:04 +00:00

i2pd: update to 2.40.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-11-29 23:21:07 +03:00
parent 3d3901500d
commit 1b5c1f6f61
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>i2pd</id>
<version>2.39.0</version>
<version>2.40.0</version>
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
<owners>r4sas</owners>

View File

@ -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" `