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
|
@ -1,13 +1,13 @@
|
|||
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
||||
|
||||
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
|
||||
All communications over I2P are anonymous and end-to-end encrypted,
|
||||
participants don't reveal their real IP addresses.
|
||||
I2P (Invisible Internet Protocol) is a universal anonymous network
|
||||
layer. All communications over I2P are anonymous and end-to-end
|
||||
encrypted, participants don't reveal their real IP addresses.
|
||||
|
||||
I2P client is a software used for building and using anonymous I2P networks.
|
||||
Such networks are commonly used for anonymous peer-to-peer applications
|
||||
(filesharing, cryptocurrencies) and anonymous client-server applications
|
||||
(websites, instant messengers, chat-servers).
|
||||
I2P client is a software used for building and using anonymous I2P
|
||||
networks. Such networks are commonly used for anonymous peer-to-peer
|
||||
applications (filesharing, cryptocurrencies) and anonymous client-server
|
||||
applications (websites, instant messengers, chat-servers).
|
||||
|
||||
I2P allows people from all around the world to communicate and share
|
||||
information without restrictions.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=i2pd
|
||||
VERSION=${VERSION:-2.33.0}
|
||||
VERSION=${VERSION:-2.34.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i2pd"
|
||||
VERSION="2.33.0"
|
||||
VERSION="2.34.0"
|
||||
HOMEPAGE="http://i2pd.website/"
|
||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.33.0/i2pd-2.33.0.tar.gz"
|
||||
MD5SUM="30d39aa158f94f1fc3e678447d063ea7"
|
||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.34.0/i2pd-2.34.0.tar.gz"
|
||||
MD5SUM="8716c9c560806f818c29ff03d96dc39e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue