Merge pull request #571 from kiwix/libmicrohttp-0.9.76
This commit is contained in:
commit
45767044f0
|
@ -9,9 +9,9 @@ class MicroHttpd(Dependency):
|
|||
name = "libmicrohttpd"
|
||||
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile('libmicrohttpd-0.9.72.tar.gz',
|
||||
'0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8',
|
||||
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.72.tar.gz')
|
||||
archive = Remotefile('libmicrohttpd-0.9.76.tar.gz',
|
||||
'f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c',
|
||||
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.76.tar.gz')
|
||||
|
||||
class Builder(MakeBuilder):
|
||||
configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples"
|
||||
|
|
|
@ -39,7 +39,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 = '79'
|
||||
base_deps_meta_version = '80'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.12',
|
||||
|
@ -50,7 +50,7 @@ base_deps_versions = {
|
|||
'xapian-core' : '1.4.18',
|
||||
'mustache' : '4.1',
|
||||
'pugixml' : '1.2',
|
||||
'libmicrohttpd' : '0.9.72',
|
||||
'libmicrohttpd' : '0.9.76',
|
||||
'gumbo' : '0.10.1',
|
||||
'icu4c' : '58.2',
|
||||
'libaria2' : '1.36.0',
|
||||
|
|
Loading…
Reference in New Issue