From 71b1c2799a6dee479ae8d8d8c9cfbe2ee65f17c9 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 6 Dec 2021 09:13:06 +0100 Subject: [PATCH] Update aria2c to 1.36.0 --- kiwixbuild/dependencies/aria2.py | 7 +++---- kiwixbuild/versions.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kiwixbuild/dependencies/aria2.py b/kiwixbuild/dependencies/aria2.py index e2d5dbb..db5c76d 100644 --- a/kiwixbuild/dependencies/aria2.py +++ b/kiwixbuild/dependencies/aria2.py @@ -10,10 +10,9 @@ class Aria2(Dependency): name = "aria2" class Source(ReleaseDownload): - archive = Remotefile('aria2-1.34.0.tar.xz', - '3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3', - 'https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.xz') - + 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') patches = ["libaria2_android.patch"] def _post_prepare_script(self, context): diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 41d895c..157c427 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -53,7 +53,7 @@ base_deps_versions = { 'libmicrohttpd' : '0.9.72', 'gumbo' : '0.10.1', 'icu4c' : '58.2', - 'libaria2' : '1.33.1', + 'libaria2' : '1.36.0', 'libmagic' : '5.35', 'android-sdk' : 'r25.2.3', 'android-ndk' : 'r13b',