mirror of
https://github.com/r4sas/chocolatey-packages
synced 2025-01-20 11:50:04 +00:00
update i2pd to 2.21.1
This commit is contained in:
parent
3978bdee58
commit
5186fc08d2
@ -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.21.0</version>
|
<version>2.21.1</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>
|
||||||
<title>I2P Daemon</title>
|
<title>I2P Daemon</title>
|
||||||
@ -103,15 +103,9 @@ License
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
This project is licensed under the BSD 3-clause license, which can be found in the file
|
This project is licensed under the BSD 3-clause license, which can be found in the file
|
||||||
LICENSE in the root of the project source code.
|
LICENSE in the root of the project source code.</description>
|
||||||
</description>
|
<releaseNotes>1. Handle I2NP messages longer than 32K
|
||||||
<releaseNotes>1. Use EdDSA, x25519 and SipHash from openssl 1.1.1 if available
|
2. cost=13 for unpublished NTCP2 address</releaseNotes>
|
||||||
2. NTCP2 ipv6 incoming connections
|
|
||||||
3. Bandwidth classes 'P' and 'X' without 'O'
|
|
||||||
4. Support android api > 26
|
|
||||||
5. Update own RouterInfo if no SSU
|
|
||||||
6. Fixed NTCP address disappears if NTCP2 enabled
|
|
||||||
7. Show total number of destination's outgoing tags in the web console</releaseNotes>
|
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="tools\**" target="tools" />
|
<file src="tools\**" target="tools" />
|
||||||
|
@ -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.21.0/i2pd_2.21.0_win32_mingw.zip'
|
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.21.1/i2pd_2.21.1_win32_mingw.zip'
|
||||||
$checksum = 'C2BD73CDB57D8522DECAA9BADB0F00184DD20031EC86B539D034E51AD5C0434B'
|
$checksum = 'DCEFCFF8B3F3CD8351CE5C7C07729B02D531533A9B02304113E0A8CBDADA28AD'
|
||||||
$checksumType = 'sha256'
|
$checksumType = 'sha256'
|
||||||
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.21.0/i2pd_2.21.0_win64_mingw.zip'
|
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.21.1/i2pd_2.21.1_win64_mingw.zip'
|
||||||
$checksum64 = 'F34ED8DD22C3E4731E66752A9DA6E73F090B58ABB66F44F875BC6638E463FEA9'
|
$checksum64 = '7A12AB280B6E46E9E5A740CE5FD6062F7D244396DF4AB4FDA99E3D54EF38A035'
|
||||||
$checksumType64 = 'sha256'
|
$checksumType64 = 'sha256'
|
||||||
|
|
||||||
Install-ChocolateyZipPackage -packageName "$packagename" `
|
Install-ChocolateyZipPackage -packageName "$packagename" `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user