mirror of
https://github.com/r4sas/chocolatey-packages
synced 2025-01-20 11:50:04 +00:00
i2pd: update to 2.39.0
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
f6a639728d
commit
3325fea6d6
@ -3,7 +3,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>i2pd</id>
|
||||
<version>2.38.0</version>
|
||||
<version>2.39.0</version>
|
||||
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
|
||||
<owners>r4sas</owners>
|
||||
|
||||
|
@ -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" `
|
||||
|
Loading…
x
Reference in New Issue
Block a user