network/aria2: Updated for version 1.18.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-03-27 12:41:34 -05:00 committed by Erik Hanson
parent 8c3c3fd635
commit ac57c70087
2 changed files with 5 additions and 6 deletions

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=${PRGNAM:-aria2}
VERSION=${VERSION:-1.18.3}
VERSION=${VERSION:-1.18.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -95,8 +95,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
cp -a \
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL LICENSE.OpenSSL NEWS README* \
cp -a AUTHORS COPYING ChangeLog INSTALL LICENSE.OpenSSL NEWS README* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="aria2"
VERSION="1.18.3"
VERSION="1.18.4"
HOMEPAGE="http://aria2.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.18.3.tar.xz"
MD5SUM="512cecf11837a74bfc43f6d9f8f3abaa"
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.18.4.tar.xz"
MD5SUM="32292e721b0767c30e92084949ed7f98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c-ares"