Upgrade libmicrohttpd to 0.9.69 (#394)
This commit is contained in:
parent
2d7b96c997
commit
b92a111fcc
|
@ -9,9 +9,9 @@ class MicroHttpd(Dependency):
|
|||
name = "libmicrohttpd"
|
||||
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile('libmicrohttpd-0.9.66.tar.gz',
|
||||
'4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b',
|
||||
'http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.66.tar.gz')
|
||||
archive = Remotefile('libmicrohttpd-0.9.69.tar.gz',
|
||||
'fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e',
|
||||
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.69.tar.gz')
|
||||
|
||||
class Builder(MakeBuilder):
|
||||
configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples"
|
||||
|
|
|
@ -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 = '58'
|
||||
base_deps_meta_version = '59'
|
||||
|
||||
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.66',
|
||||
'libmicrohttpd' : '0.9.69',
|
||||
'gumbo' : '0.10.1',
|
||||
'icu4c' : '58.2',
|
||||
'libaria2' : '1.33.1',
|
||||
|
|
Loading…
Reference in New Issue