Revert "Bump-up Xapian to 1.4.14 (#382)"

This reverts commit f4f9f6f833.
This commit is contained in:
Kelson 2019-11-25 03:34:41 +01:00
parent f4f9f6f833
commit 0085a5c565
1 changed files with 2 additions and 2 deletions

View File

@ -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'