diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 17:10:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 17:54:51 +0200 |
commit | e68709b7ab606546d1cfe9528b862536f87ce315 (patch) | |
tree | ffee5c7448f9b97ea70f892450758600e2a2c7b1 /package | |
parent | b315c19403dc984baf0c0b7ebc57915fa47a890a (diff) |
update to latest stable version
Diffstat (limited to 'package')
-rw-r--r-- | package/libmicrohttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libmicrohttpd/Makefile b/package/libmicrohttpd/Makefile index ba1e006e6..5e468fc40 100644 --- a/package/libmicrohttpd/Makefile +++ b/package/libmicrohttpd/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libmicrohttpd -PKG_VERSION:= 0.9.36 +PKG_VERSION:= 0.9.37 PKG_RELEASE:= 1 -PKG_MD5SUM:= d4ebabaef27a2126efb7af0d085b1895 +PKG_MD5SUM:= fdf1e0534d83bbf2663f80fa7873be77 PKG_DESCR:= library make it easy to run an webserver PKG_SECTION:= libs/net PKG_DEPENDS:= libgcrypt |