mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/aria2: Updated for version 1.19.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c569fcf7fb
commit
d0f4e2db9a
4 changed files with 12 additions and 11 deletions
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue