Merge pull request #228 from kiwix/appveyor_xapian_1.4.7

xapian 1.4.7
This commit is contained in:
Matthieu Gautier 2018-07-27 14:09:05 +02:00 committed by GitHub
commit b9479e8506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
REM ========================================================
REM Install xapian
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/xapian-core-1.5.0.zip || exit /b 1
7z x xapian-core-1.5.0.zip || exit /b 1
cd xapian-core-1.5.0
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.7.zip || exit /b 1
7z x xapian-core-1.4.7.zip || exit /b 1
cd xapian-core-1.4.7
mkdir build
cd build
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.5.0/build && /c/Projects/kiwix-build/appveyor/build_xapian.sh" > build_xapian.log || exit /b 1
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.7/build && /c/Projects/kiwix-build/appveyor/build_xapian.sh" > build_xapian.log || exit /b 1
cd ..\..

View File

@ -10,14 +10,14 @@ main_project_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '10'
base_deps_meta_version = '11'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.2.3',
'uuid' : '1.43.4',
'xapian-core' : '1.4.5',
'xapian-core' : '1.4.7',
'ctpp2' : '2.8.3',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.46',