diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-05 00:26:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-05 00:26:25 +0700 |
commit | d0f4e2db9a78ba73877fdbcc039b948222406973 (patch) | |
tree | 3c114ad594553e5800e4bf94af9e67ee9b98c511 /network/aria2 | |
parent | c569fcf7fb66fce2f839d1d7fb92c1d5eaa024ec (diff) | |
download | slackbuilds-d0f4e2db9a78ba73877fdbcc039b948222406973.tar.gz |
network/aria2: Updated for version 1.19.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/aria2')
-rw-r--r-- | network/aria2/README | 5 | ||||
-rw-r--r-- | network/aria2/aria2.SlackBuild | 2 | ||||
-rw-r--r-- | network/aria2/aria2.info | 6 | ||||
-rw-r--r-- | network/aria2/slack-desc | 10 |
4 files changed, 12 insertions, 11 deletions
diff --git a/network/aria2/README b/network/aria2/README index c48620b588..c05df676d9 100644 --- a/network/aria2/README +++ b/network/aria2/README @@ -1,5 +1,6 @@ -aria2 is a utility for downloading files. The supported protocols -are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. +aria2 is a lightweight multi-protocol & multi-source, cross platform +download utility operated in command-line. +It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. To use OpenSSL and Expat rather than GnuTLS and libxml2 run the script as follows: diff --git a/network/aria2/aria2.SlackBuild b/network/aria2/aria2.SlackBuild index ca4bedb7a1..a3b61bbe1d 100644 --- a/network/aria2/aria2.SlackBuild +++ b/network/aria2/aria2.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=${PRGNAM:-aria2} -VERSION=${VERSION:-1.19.1} +VERSION=${VERSION:-1.19.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/aria2/aria2.info b/network/aria2/aria2.info index 78adb2f10e..28ba12efd7 100644 --- a/network/aria2/aria2.info +++ b/network/aria2/aria2.info @@ -1,8 +1,8 @@ PRGNAM="aria2" -VERSION="1.19.1" +VERSION="1.19.2" HOMEPAGE="http://aria2.sourceforge.net/" -DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-1.19.1.tar.xz" -MD5SUM="b8b72b951f3943285a4b445364b6348c" +DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.2/aria2-1.19.2.tar.xz" +MD5SUM="b435162c17a886a0ef88d58d054ec21d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="c-ares" diff --git a/network/aria2/slack-desc b/network/aria2/slack-desc index d365e0db3a..0b9d44ef74 100644 --- a/network/aria2/slack-desc +++ b/network/aria2/slack-desc @@ -6,12 +6,12 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -aria2: Aria2 (CLI Metalink/BiTorrent client) +aria2: aria2 (CLI Metalink/BiTorrent client) +aria2: +aria2: aria2 is a lightweight multi-protocol & multi-source, cross platform +aria2: download utility operated in command-line. +aria2: It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2: -aria2: aria2 is a utility for downloading files. The supported protocols -aria2: are HTTP(S), FTP, BitTorrent, Metalink. It can download a file -aria2: from multiple sources/protocols and tries to utilize maximum -aria2: download bandwidth. aria2: aria2: Homepage: http://aria2.sourceforge.net/ aria2: |