From bb0b86d9b8fe231dff7de2ee8fdba5642453c8ec Mon Sep 17 00:00:00 2001 From: rgaudin Date: Fri, 18 Oct 2024 14:40:48 +0000 Subject: [PATCH] New libkiwix build due to bundled libcurl dep issue --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 0ea085ae..bffcec1a 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -24,7 +24,7 @@ release_versions = { "libzim": None, # Depends of base deps (was 2) - "libkiwix": 0, # Depends of libzim (was None) + "libkiwix": 1, # Depends of libzim (was 0) "kiwix-tools": None, # Depends of libkiwix and libzim (was 2) "zim-tools": None, # Depends of libzim (was 0) "kiwix-desktop": None, # Depends of libkiwix and libzim (was 4)