# HG changeset patch # User Pascal Bellard # Date 1508693336 -7200 # Node ID 32c34bb0db317594f1f0e3755a829459a5bb44a4 # Parent 60379759ac53c0aa0e69fab3d66d3814b2a51f98 Up aria2 (1.33.0) diff -r 60379759ac53 -r 32c34bb0db31 aria2/receipt --- a/aria2/receipt Sun Oct 22 19:09:35 2017 +0200 +++ b/aria2/receipt Sun Oct 22 19:28:56 2017 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="aria2" -VERSION="1.18.3" +VERSION="1.33.0" CATEGORY="utilities" SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" MAINTAINER="devl547@gmail.com" LICENSE="GPL2" WEB_SITE="http://aria2.sourceforge.net/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://github.com/aria2/aria2/releases/download/release-$VERSION/$TARBALL" DEPENDS="zlib libxml2 gnutls libgcrypt" BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \