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

i2pd: update to 2.44.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-11-21 21:02:46 +03:00
parent 0806eaa0e8
commit 0d967af55c
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.43.0</version>
<version>2.44.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.43.0/i2pd_2.43.0_win32_mingw.zip'
$checksum = '70c74d63f26eea57bc3f7c493a3ffb618dfea630fd1c0b339d0a7dcfb8dde194'
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.44.0/i2pd_2.44.0_win32_mingw.zip'
$checksum = 'c2bddc922198c31c94f6c6b4df8b0fb4c1f8fac9aebbfc1d69963bb946876074'
$checksumType = 'sha256'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.43.0/i2pd_2.43.0_win64_mingw.zip'
$checksum64 = '94aafe425595966eccfff2fa8cb041c5f27ceed6f7c59063199882e439fd2caa'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.44.0/i2pd_2.44.0_win64_mingw.zip'
$checksum64 = 'dc329941dbdd153d0aa6f22e0e20dfedba9d8ac12f4862be2c18b16abbfb6304'
$checksumType64 = 'sha256'
Install-ChocolateyZipPackage -packageName "$packagename" `