mirror of
https://github.com/r4sas/chocolatey-packages
synced 2025-01-20 11:50:04 +00:00
i2pd: update to 2.43.0
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
1ba88821d3
commit
0806eaa0e8
@ -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.42.1</version>
|
<version>2.43.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>
|
||||||
|
|
||||||
|
@ -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.42.1/i2pd_2.42.1_win32_mingw.zip'
|
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.43.0/i2pd_2.43.0_win32_mingw.zip'
|
||||||
$checksum = 'cf145834e80bec9c48b545d160f74cbe32c098339054a2aeb3068c42ab5fb676'
|
$checksum = '70c74d63f26eea57bc3f7c493a3ffb618dfea630fd1c0b339d0a7dcfb8dde194'
|
||||||
$checksumType = 'sha256'
|
$checksumType = 'sha256'
|
||||||
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.42.1/i2pd_2.42.1_win64_mingw.zip'
|
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.43.0/i2pd_2.43.0_win64_mingw.zip'
|
||||||
$checksum64 = 'c13acca1a3c8a06d49de7d072b0747067d1961243f8a94b6b61bcfd139889fe1'
|
$checksum64 = '94aafe425595966eccfff2fa8cb041c5f27ceed6f7c59063199882e439fd2caa'
|
||||||
$checksumType64 = 'sha256'
|
$checksumType64 = 'sha256'
|
||||||
|
|
||||||
Install-ChocolateyZipPackage -packageName "$packagename" `
|
Install-ChocolateyZipPackage -packageName "$packagename" `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user