mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/i2pd: Updated for version 2.48.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2cde6bec58
commit
fad09094e8
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=i2pd
|
||||
VERSION=${VERSION:-2.47.0}
|
||||
VERSION=${VERSION:-2.48.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ChangeLog LICENSE README.md docs/ contrib/certificates/ contrib/tunnels.d/ \
|
||||
cp -a ChangeLog LICENSE README.md contrib/certificates/ contrib/tunnels.d/ \
|
||||
contrib/i2pd.conf contrib/tunnels.conf contrib/subscriptions.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i2pd"
|
||||
VERSION="2.47.0"
|
||||
VERSION="2.48.0"
|
||||
HOMEPAGE="http://i2pd.website/"
|
||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.47.0/i2pd-2.47.0.tar.gz"
|
||||
MD5SUM="e7f381272ea1116ac7522f75d5736801"
|
||||
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.48.0/i2pd-2.48.0.tar.gz"
|
||||
MD5SUM="392dfcedbd2492ab3a62e49e595e2a5c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue