wok-next rev 20039

Up aria2 (1.33.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 19:28:56 2017 +0200 (2017-10-22)
parents 60379759ac53
children b360be0d4e48
files aria2/receipt
line diff
     1.1 --- a/aria2/receipt	Sun Oct 22 19:09:35 2017 +0200
     1.2 +++ b/aria2/receipt	Sun Oct 22 19:28:56 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 \