From e14423f86690d61cff152058d9044d16321437be Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 31 May 2015 05:28:38 +0200 Subject: [PATCH] libmicrohttpd: update source Signed-off-by: Daniel Golle --- libs/libmicrohttpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 91e98341c..2ea96f237 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.38 -PKG_RELEASE:=1.2 +PKG_VERSION:=0.9.42 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_MD5SUM:=b72efbfe7f290846015d460aea7091fe +PKG_MD5SUM:=3b9cf0b67fc8ebc9e69f53c6bc84a88d PKG_MAINTAINER:=Martijn Zilverschoon