diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-15 04:24:39 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-15 04:24:39 -0500 |
commit | 0a1c8865d1e019c19639108b2ae1cf53eb863f31 (patch) | |
tree | 2ffbac551cf21cfb4f92dbd5857b763e44d08088 /package | |
parent | 873b4e36b71a169b9a2374ee448cbee649adce14 (diff) |
update libmicrohttpd to latest stable
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 4337f0bad..a09317110 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.41 +PKG_VERSION:= 0.9.42 PKG_RELEASE:= 1 -PKG_HASH:= 9798be637d4a1d76a377e1d805d142e6edcfd3ec99c443926448f647af1a7a7c +PKG_HASH:= 00352073367003da40607319e4090a6a8308748b59246ae80e9871f34dad7d5b PKG_DESCR:= library make it easy to run an webserver PKG_SECTION:= libs/net PKG_URL:= http://www.gnu.org/software/libmicrohttpd/ |