Merge pull request #657 from kiwix/aria2-1.37.0
Bump-up aria2 to 1.37.0
This commit is contained in:
commit
9ef684747f
|
@ -10,9 +10,9 @@ class Aria2(Dependency):
|
|||
name = "aria2"
|
||||
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile('aria2-1.36.0.tar.xz',
|
||||
'58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5',
|
||||
'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz')
|
||||
archive = Remotefile('aria2-1.37.0.tar.xz',
|
||||
'60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b',
|
||||
'https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz')
|
||||
|
||||
def _post_prepare_script(self, context):
|
||||
context.try_skip(self.extract_path)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
# This file reference all the versions of the depedencies we use in kiwix-build.
|
||||
|
||||
main_project_versions = {
|
||||
|
@ -39,7 +40,7 @@ release_versions = {
|
|||
|
||||
# This is the "version" of the whole base_deps_versions dict.
|
||||
# Change this when you change base_deps_versions.
|
||||
base_deps_meta_version = '94'
|
||||
base_deps_meta_version = '95'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.12',
|
||||
|
@ -53,7 +54,7 @@ base_deps_versions = {
|
|||
'libmicrohttpd' : '0.9.76',
|
||||
'gumbo' : '0.10.1',
|
||||
'icu4c' : '73.2',
|
||||
'libaria2' : '1.36.0',
|
||||
'libaria2' : '1.37.0',
|
||||
'libmagic' : '5.44',
|
||||
'android-ndk' : 'r21e',
|
||||
'qt' : '5.10.1',
|
||||
|
|
Loading…
Reference in New Issue