Bump-up Xapian to 1.4.14 (#382)

This commit is contained in:
Kelson 2019-11-24 07:37:39 -05:00 committed by GitHub
parent 5885673bca
commit f4f9f6f833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ class Xapian(Dependency):
name = "xapian-core" name = "xapian-core"
class Source(ReleaseDownload): class Source(ReleaseDownload):
archive = Remotefile('xapian-core-1.4.10.tar.xz', archive = Remotefile('xapian-core-1.4.14.tar.xz',
'68669327e08544ac88fe3473745dbcae4e8e98d5060b436c4d566f1f78709bb8') '975a7ac018c9d34a15cc94a3ecc883204403469f748907e5c4c64d0aec2e4949')
patches = [ patches = [
'xapian_sys_types.patch', 'xapian_sys_types.patch',
'xapian_fix_include_errno.patch' 'xapian_fix_include_errno.patch'