n/aria2: Upgraded to aria2-1.18.1.

slackware-14.2
Damien Goutte-Gattat 10 years ago
parent 2651574a5e
commit 6e1b69b9ad

@ -1 +0,0 @@
d33afc9bb4f854f3fc41adf46dd281f0c48b74ec aria2-1.15.2.tar.bz2

@ -0,0 +1 @@
050f521848353fe90568059768d73a5a6f7ff869 aria2-1.18.1.tar.bz2

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2010,2011,2012 Damien Goutte-Gattat
# Copyright (C) 2010,2011,2012,2013 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -26,7 +26,7 @@
# Source package infos
NAMESRC=${NAMESRC:-aria2}
VERSION=${VERSION:-1.15.2}
VERSION=${VERSION:-1.18.1}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
WGET=${WGET:-http://downloads.sourceforge.net/aria2/$ARCHIVE}
@ -96,7 +96,7 @@ install -m 755 $PKG/usr/doc/$NAME/xmlrpc/aria2rpc $PKG/usr/bin/aria2rpc
find $PKG/usr/man -type f -exec gzip -9 {} \;
# Install the documentation
install -m 644 AUTHORS COPYING ChangeLog NEWS $PKG/usr/doc/$NAME
install -m 644 AUTHORS COPYING ChangeLog README.rst $PKG/usr/doc/$NAME
# Copy slack-desc file
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc

Loading…
Cancel
Save