i2pd: bump version (#13744)

This commit is contained in:
hfsfox
2026-02-17 18:49:11 +02:00
committed by GitHub
parent 792cf8a367
commit 6f14333b32

View File

@@ -1,5 +1,5 @@
SUMMARY="End-to-End encrypted and anonymous Internet"
DESCRIPTION="i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
DESCRIPTION="i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client with native GUI.
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
@@ -19,12 +19,12 @@ COPYRIGHT="i2pd developers"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/PurpleI2P/i2pd/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="e2327f816d92a369eaaf9fd1661bc8b350495199e2f2cb4bfd4680107cd1d4b4"
CHECKSUM_SHA256="0ebeb05e4f36ab3809449561a095dc767ad821ac6a61c95623ab49be4ffd398b"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
boostMinumumVersion="1.83.0"
boostMinumumVersion="1.88.0"
PROVIDES="
i2pd$secondaryArchSuffix
@@ -75,4 +75,5 @@ INSTALL()
mkdir -p $binDir
make install
cp i2pd $binDir
addAppDeskbarSymlink $binDir/i2pd
}