Use xapian 1.4.10 insteal of 1.4.7

Fix #264
This commit is contained in:
Matthieu Gautier
2019-02-18 11:41:57 +01:00
parent f107fa2eb1
commit 6a1fdb8620
3 changed files with 8 additions and 8 deletions

View File

@ -12,8 +12,8 @@ class Xapian(Dependency):
name = "xapian-core"
class Source(ReleaseDownload):
archive = Remotefile('xapian-core-1.4.7.tar.xz',
'13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3')
archive = Remotefile('xapian-core-1.4.10.tar.xz',
'68669327e08544ac88fe3473745dbcae4e8e98d5060b436c4d566f1f78709bb8')
patches = ['xapian_sys_types.patch']
class Builder(MakeBuilder):