update to 1.19.2 [release 1.19.2-1mamba;Sat Oct 10 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 20:32:30 +01:00
parent 170329116b
commit ec6c7c3b10
2 changed files with 12 additions and 5 deletions

View File

@ -1,4 +1,6 @@
# aria2
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
aria2 is a utility for downloading files.
The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.

View File

@ -1,13 +1,13 @@
Name: aria2
Version: 1.19.0
Version: 1.19.2
Release: 1mamba
Summary: aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
Summary: A utility for downloading files via HTTP(S), FTP, BitTorrent, and Metalink
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://aria2.sourceforge.net/
Source: http://downloads.sourceforge.net/project/aria2/stable/aria2-%{version}/aria2-%{version}.tar.bz2
Source: https://github.com/tatsuhiro-t/aria2/releases/download/release-%{version}/aria2-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -27,7 +27,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%debug_package
%description
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
aria2 is a utility for downloading files.
The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
%prep
%setup -q
@ -67,6 +69,9 @@ aria2 is a utility for downloading files. The supported protocols are HTTP(S), F
%doc AUTHORS COPYING
%changelog
* Sat Oct 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19.2-1mamba
- update to 1.19.2
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
- automatic version update by autodist