Update aria2c to 1.36.0
This commit is contained in:
parent
276343c6af
commit
71b1c2799a
|
@ -10,10 +10,9 @@ class Aria2(Dependency):
|
||||||
name = "aria2"
|
name = "aria2"
|
||||||
|
|
||||||
class Source(ReleaseDownload):
|
class Source(ReleaseDownload):
|
||||||
archive = Remotefile('aria2-1.34.0.tar.xz',
|
archive = Remotefile('aria2-1.36.0.tar.xz',
|
||||||
'3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3',
|
'58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5',
|
||||||
'https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.xz')
|
'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz')
|
||||||
|
|
||||||
patches = ["libaria2_android.patch"]
|
patches = ["libaria2_android.patch"]
|
||||||
|
|
||||||
def _post_prepare_script(self, context):
|
def _post_prepare_script(self, context):
|
||||||
|
|
|
@ -53,7 +53,7 @@ base_deps_versions = {
|
||||||
'libmicrohttpd' : '0.9.72',
|
'libmicrohttpd' : '0.9.72',
|
||||||
'gumbo' : '0.10.1',
|
'gumbo' : '0.10.1',
|
||||||
'icu4c' : '58.2',
|
'icu4c' : '58.2',
|
||||||
'libaria2' : '1.33.1',
|
'libaria2' : '1.36.0',
|
||||||
'libmagic' : '5.35',
|
'libmagic' : '5.35',
|
||||||
'android-sdk' : 'r25.2.3',
|
'android-sdk' : 'r25.2.3',
|
||||||
'android-ndk' : 'r13b',
|
'android-ndk' : 'r13b',
|
||||||
|
|
Loading…
Reference in New Issue