From ec6c7c3b1073ee0c25849979bd17230201d2bde1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:32:30 +0100 Subject: [PATCH] update to 1.19.2 [release 1.19.2-1mamba;Sat Oct 10 2015] --- README.md | 4 +++- aria2.spec | 13 +++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eafa934..1140028 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/aria2.spec b/aria2.spec index 339c0bd..569eb89 100644 --- a/aria2.spec +++ b/aria2.spec @@ -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 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 1.19.2-1mamba +- update to 1.19.2 + * Tue May 26 2015 Automatic Build System 1.19.0-1mamba - automatic version update by autodist