mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
@ -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):
|
||||
|
@ -35,14 +35,14 @@ 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 = '15'
|
||||
base_deps_meta_version = '16'
|
||||
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.8',
|
||||
'lzma' : '5.2.3',
|
||||
'uuid' : '1.43.4',
|
||||
'xapian-core' : '1.4.7',
|
||||
'xapian-core' : '1.4.10',
|
||||
'mustache' : '3.2',
|
||||
'pugixml' : '1.2',
|
||||
'libmicrohttpd' : '0.9.46',
|
||||
|
Reference in New Issue
Block a user