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

i2pd: update to 2.47.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-03-13 14:11:57 +00:00
parent 832c653d84
commit f9653f4862
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.45.1</version>
<version>2.47.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.45.1/i2pd_2.45.1_win32_mingw.zip'
$checksum = 'aa661099028ba2580063dc9763d00caef09599e87cafacf23c79470533a526de'
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.47.0/i2pd_2.47.0_win32_mingw.zip'
$checksum = 'd8d873cf281769ecc26f7f0cf3989b5e50cf31ec0682eb54eb2b054a6dee9c7c'
$checksumType = 'sha256'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.45.1/i2pd_2.45.1_win64_mingw.zip'
$checksum64 = '164bbc05a89bf8248f99e2440dc026ebe4bfafa0495c4a69efad5d8085a8e000'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.47.0/i2pd_2.47.0_win64_mingw.zip'
$checksum64 = '3ba543bc327925221ff6a4d2b9190f79cf36d475a773938b0007888ed6341a65'
$checksumType64 = 'sha256'
Install-ChocolateyZipPackage -packageName "$packagename" `