switch to older version of libmicrohttpd

libmicrohttpd 0.9.69 is not working properly on macOS (catalina)
This commit is contained in:
renaud gaudin
2020-02-11 13:11:39 +00:00
committed by Matthieu Gautier
parent 5af0a8bfe7
commit 3569c277a9
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ 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 = '59'
base_deps_meta_version = '60'
base_deps_versions = {
'zlib' : '1.2.8',
@ -51,7 +51,7 @@ base_deps_versions = {
'xapian-core' : '1.4.14',
'mustache' : '3.2',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.69',
'libmicrohttpd' : '0.9.63',
'gumbo' : '0.10.1',
'icu4c' : '58.2',
'libaria2' : '1.33.1',