network/aria2: Updated for version 1.18.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-07-18 15:33:31 +07:00
parent a4049c4aab
commit cebbd56ffc
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=${PRGNAM:-aria2}
VERSION=${VERSION:-1.18.5}
VERSION=${VERSION:-1.18.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View File

@ -1,8 +1,8 @@
PRGNAM="aria2"
VERSION="1.18.5"
VERSION="1.18.6"
HOMEPAGE="http://aria2.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.18.5.tar.xz"
MD5SUM="806d4518502d648347b1cbb3b31f1ed9"
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.18.6.tar.xz"
MD5SUM="72ef4b14970cceea1b3d8fdacc85d618"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c-ares"