network/i2pd: Updated for version 2.45.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
367e8db903
commit
b5e37847d0
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=i2pd
|
||||
VERSION=${VERSION:-2.44.0}
|
||||
VERSION=${VERSION:-2.45.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i2pd"
|
||||
VERSION="2.44.0"
|
||||
VERSION="2.45.0"
|
||||
HOMEPAGE="http://i2pd.website/"
|
||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.44.0/i2pd-2.44.0.tar.gz"
|
||||
MD5SUM="f59081e08d411aae0208e7d9de4cf2c2"
|
||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.45.0/i2pd-2.45.0.tar.gz"
|
||||
MD5SUM="78faf336a5dcd8486ee14c0f7d111a7d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue