diff --git a/kiwixbuild/dependencies/xapian.py b/kiwixbuild/dependencies/xapian.py index fb1df50..7b20b32 100644 --- a/kiwixbuild/dependencies/xapian.py +++ b/kiwixbuild/dependencies/xapian.py @@ -12,8 +12,8 @@ class Xapian(Dependency): name = "xapian-core" class Source(ReleaseDownload): - archive = Remotefile('xapian-core-1.4.14.tar.xz', - '975a7ac018c9d34a15cc94a3ecc883204403469f748907e5c4c64d0aec2e4949') + archive = Remotefile('xapian-core-1.4.10.tar.xz', + '68669327e08544ac88fe3473745dbcae4e8e98d5060b436c4d566f1f78709bb8') patches = [ 'xapian_sys_types.patch', 'xapian_fix_include_errno.patch'