network/aria2: Updated for version 1.25.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-07-17 07:33:07 +07:00
parent 9fd13c805f
commit 3a2dd5cbf5
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=${PRGNAM:-aria2}
VERSION=${VERSION:-1.24.0}
VERSION=${VERSION:-1.25.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -30,7 +30,7 @@ XML=${XML:-libxml2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -44,8 +44,8 @@ OUTPUT=${OUTPUT:-/tmp}
[ "$HTTPS" = "openssl" ] && SLOUT="--without-gnutls"
[ "$XML" = "libexpat" ] && XMLOUT="--without-libxml2"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="aria2"
VERSION="1.24.0"
VERSION="1.25.0"
HOMEPAGE="https://aria2.github.io/"
DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.24.0/aria2-1.24.0.tar.xz"
MD5SUM="95a18888c141594a5730ac5afa119a7d"
DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.25.0/aria2-1.25.0.tar.xz"
MD5SUM="d4e8843e7176dec9c688b880e4e5fdf0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c-ares"