lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 03a302fa7199f6cf7ecf730e0e974bc6fb083c68
parent ff0f689f972faf8052f706ab52bf2a3fefc3da39
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Fri, 11 Dec 2015 03:23:01 +0100

libmicrohttpd: update to 0.9.49

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Mlibs/libmicrohttpd/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.44 +PKG_VERSION:=0.9.49 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_MD5SUM:=9101b5ebf8f71792938ae672da314da2 +PKG_MD5SUM:=3209aa2ac6199b874a6325342b86edbc PKG_MAINTAINER:=Martijn Zilverschoon <martijn@friedzombie.com>