Update libmicrohttpd to 0.9.66 (#365)

* Update libmicrohttpd to 0.9.66

* Proper Bash syntax highlighting
This commit is contained in:
Kelson
2019-09-06 15:54:44 +02:00
committed by GitHub
parent deff7fe50e
commit 6b43f5ad48
3 changed files with 39 additions and 49 deletions

View File

@ -9,9 +9,9 @@ class MicroHttpd(Dependency):
name = "libmicrohttpd"
class Source(ReleaseDownload):
archive = Remotefile('libmicrohttpd-0.9.65.tar.gz',
'f2467959c5dd5f7fdf8da8d260286e7be914d18c99b898e22a70dafd2237b3c9',
'http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.65.tar.gz')
archive = Remotefile('libmicrohttpd-0.9.66.tar.gz',
'4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b',
'http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.66.tar.gz')
class Builder(MakeBuilder):
configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples"