Aria2: Add version 1.35.0. (#18465)

This commit is contained in:
Rémi Lacroix 2020-09-02 22:23:40 +02:00 committed by GitHub
parent ba317b01c3
commit 447ea50bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class Aria2(AutotoolsPackage):
"""An ultra fast download utility"""
homepage = "https://aria2.github.io"
url = "https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.gz"
url = "https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.gz"
version('1.35.0', sha256='fd85589416f8246cefc4e6ba2fa52da54fdf11fd5602a2db4b6749f7c33b5b2d')
version('1.34.0', sha256='ec4866985760b506aa36dc9021dbdc69551c1a647823cae328c30a4f3affaa6c')
depends_on('libxml2')