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

update i2pd to 2.38.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-07-17 11:18:25 +03:00
parent 3f51b2ca66
commit 7a43a5d6c4
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"> <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata> <metadata>
<id>i2pd</id> <id>i2pd</id>
<version>2.36.0</version> <version>2.38.0</version>
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl> <packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
<owners>r4sas</owners> <owners>r4sas</owners>

View File

@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'; # stop on all errors $ErrorActionPreference = 'Stop'; # stop on all errors
$packagename = 'i2pd' $packagename = 'i2pd'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.36.0/i2pd_2.36.0_win32_mingw.zip' $url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.38.0/i2pd_2.38.0_win32_mingw.zip'
$checksum = '155209fd53c10b76311dd230ebe017bb7dd12700d7f722c973ec40f8f7e3d854' $checksum = 'eb7fec66304834600d7888e72d0e8400c290c2ee23968cafdc1983ffe8076a0a'
$checksumType = 'sha256' $checksumType = 'sha256'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.36.0/i2pd_2.36.0_win64_mingw.zip' $url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.38.0/i2pd_2.38.0_win64_mingw.zip'
$checksum64 = '550eddb45f37d2714f6f2e1febf3d41c0b30287f9ed046a8b564ded51787f869' $checksum64 = '577c998af4e4b7eec7397c62a01a6900e6b41876ec903a3a4d612e2e01605d61'
$checksumType64 = 'sha256' $checksumType64 = 'sha256'
Install-ChocolateyZipPackage -packageName "$packagename" ` Install-ChocolateyZipPackage -packageName "$packagename" `