diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-30 21:53:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-30 21:54:08 +0200 |
commit | d559a9b0c2513c4d610f8559c10fbad773433d4c (patch) | |
tree | 90d34a9887ae2c1c3bdc8799bcd4ee1e642b08a8 /package/libmicrohttpd | |
parent | 89f677b1eb157414e5bb7f7dc644998ce07d836d (diff) |
libmicrohttpd: update to 0.9.51
Diffstat (limited to 'package/libmicrohttpd')
-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 6b478def1..6b24adfbc 100644 --- a/package/libmicrohttpd/Makefile +++ b/package/libmicrohttpd/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libmicrohttpd -PKG_VERSION:= 0.9.50 +PKG_VERSION:= 0.9.51 PKG_RELEASE:= 1 -PKG_HASH:= d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7 +PKG_HASH:= 3000bb0ba219061f2ea60251b8ea3d5f694e8c6ce1706bbff57e7e24867a23c7 PKG_DESCR:= library make it easy to run an webserver PKG_SECTION:= libs/net PKG_URL:= http://www.gnu.org/software/libmicrohttpd/ |