wok-next diff aria2/receipt @ rev 20111

glade: typo; disable zip recompression for python, py3k, py3k3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 30 01:52:44 2017 +0200 (2017-10-30)
parents 11b5e93cb5f2
children d43bf7aae921
line diff
     1.1 --- a/aria2/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/aria2/receipt	Mon Oct 30 01:52:44 2017 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aria2"
     1.7 -VERSION="1.18.3"
     1.8 +VERSION="1.33.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://aria2.sourceforge.net/"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 +WGET_URL="https://github.com/aria2/aria2/releases/download/release-$VERSION/$TARBALL"
    1.18  
    1.19  DEPENDS="zlib libxml2 gnutls libgcrypt"
    1.20  BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \