network/nicotine+: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
93121fac91
commit
2dbecebbb8
|
@ -48,7 +48,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="nicotine+"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="http://nicotine-plus.org/"
|
||||
DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/archive/1.4.0/nicotine+-1.4.0.tar.gz"
|
||||
DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/archive/1.4.0/nicotine-plus-1.4.0.tar.gz"
|
||||
MD5SUM="534059b5066682fdbf4f30e7c87f89ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue