Add aria2 1.36.0 (#30822)

This commit is contained in:
Derek Ryan Strong 2022-05-24 18:37:37 -07:00 committed by GitHub
parent 1c44999192
commit d367f1e787
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""" """An ultra fast download utility"""
homepage = "https://aria2.github.io" homepage = "https://aria2.github.io"
url = "https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.gz" url = "https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.gz"
version('1.36.0', sha256='b593b2fd382489909c96c62c6e180054c3332b950be3d73e0cb0d21ea8afb3c5')
version('1.35.0', sha256='fd85589416f8246cefc4e6ba2fa52da54fdf11fd5602a2db4b6749f7c33b5b2d') version('1.35.0', sha256='fd85589416f8246cefc4e6ba2fa52da54fdf11fd5602a2db4b6749f7c33b5b2d')
version('1.34.0', sha256='ec4866985760b506aa36dc9021dbdc69551c1a647823cae328c30a4f3affaa6c') version('1.34.0', sha256='ec4866985760b506aa36dc9021dbdc69551c1a647823cae328c30a4f3affaa6c')