From b026e7e06cf6caf9df8231b0a5f513eaf09be1b2 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 12 Aug 2024 14:55:19 +0200 Subject: [PATCH] Bump base_deps_meta_version to rebuild xapian-core --- kiwixbuild/versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 0fdc9bd..d78bb2a 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -39,7 +39,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 = "01" +base_deps_meta_version = "02" base_deps_versions = { "zlib": "1.2.12", @@ -47,7 +47,7 @@ base_deps_versions = { "zstd": "1.5.2", "docoptcpp": "0.6.2", "uuid": "1.43.4", - "xapian-core": "1.4.23", + "xapian-core": "1.4.26", "mustache": "4.1", "pugixml": "1.2", "libmicrohttpd": "0.9.76",