Parallelizing Multi-Protocol Utility for Downloading Files
https://aria2.github.io
aria2 is a utility for downloading files. It has a segmented
downloading engine in its core. It can download one file from
multiple URLs or multiple connections from one URL. This can be used
to speed up downloads with certain networks. The engine in was
implemented in a single-thread model.
aria2 currently supports HTTP, FTP, and BitTorrent.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / aria2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/aria2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000140 140 Bytes | |
aria2-1.15.2.tar.xz | 0001354256 1.29 MB | |
aria2.changes | 0000054832 53.5 KB | |
aria2.spec | 0000003333 3.25 KB |
Revision 180 (latest revision is 260)
Cristian Morales Vega (RedDwarf)
committed
(revision 180)
- Update to version 1.15.2: Fixes several critical bugs. It also adds new features such as TLS SNI and CORS support. The --file--allocation option now take another value trunc. The new option --enalbe-mmap was added. aria2 now uses system-wide SSL/TLS certificates by default, which eliminates the requirement to specify --ca-certificate option. - Remove aria2-1.15.1-system_certificates.patch. Applied upstream. - Remove autotools BuildRequires since we don't have patches any more.
Comments 0