mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/i2pd: Updated for version 2.34.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
402728b9f4
commit
bbf9e5d4d5
3 changed files with 11 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
||||||
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
||||||
|
|
||||||
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
|
I2P (Invisible Internet Protocol) is a universal anonymous network
|
||||||
All communications over I2P are anonymous and end-to-end encrypted,
|
layer. All communications over I2P are anonymous and end-to-end
|
||||||
participants don't reveal their real IP addresses.
|
encrypted, participants don't reveal their real IP addresses.
|
||||||
|
|
||||||
I2P client is a software used for building and using anonymous I2P networks.
|
I2P client is a software used for building and using anonymous I2P
|
||||||
Such networks are commonly used for anonymous peer-to-peer applications
|
networks. Such networks are commonly used for anonymous peer-to-peer
|
||||||
(filesharing, cryptocurrencies) and anonymous client-server applications
|
applications (filesharing, cryptocurrencies) and anonymous client-server
|
||||||
(websites, instant messengers, chat-servers).
|
applications (websites, instant messengers, chat-servers).
|
||||||
|
|
||||||
I2P allows people from all around the world to communicate and share
|
I2P allows people from all around the world to communicate and share
|
||||||
information without restrictions.
|
information without restrictions.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=i2pd
|
PRGNAM=i2pd
|
||||||
VERSION=${VERSION:-2.33.0}
|
VERSION=${VERSION:-2.34.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="i2pd"
|
PRGNAM="i2pd"
|
||||||
VERSION="2.33.0"
|
VERSION="2.34.0"
|
||||||
HOMEPAGE="http://i2pd.website/"
|
HOMEPAGE="http://i2pd.website/"
|
||||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.33.0/i2pd-2.33.0.tar.gz"
|
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.34.0/i2pd-2.34.0.tar.gz"
|
||||||
MD5SUM="30d39aa158f94f1fc3e678447d063ea7"
|
MD5SUM="8716c9c560806f818c29ff03d96dc39e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue