lede-packages-rs

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

commit 47d87165a170ece4ad84eafd15b06181b6adef2b
parent fd17640c4790fdd4f49f4b2138b5c157814baa93
Author: champtar <champetier.etienne@gmail.com>
Date:   Sat,  2 Jul 2016 19:46:36 +0200

Merge pull request #2915 from lynxis/libmicrohttpd0.9.50

libmicrohttpd: update to version 0.9.50
Diffstat:
Mlibs/libmicrohttpd/Makefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.49 +PKG_VERSION:=0.9.50 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_MD5SUM:=3209aa2ac6199b874a6325342b86edbc +PKG_MD5SUM:=4a3f793d59f663a2b0fc62d44668fb66 +PKG_SHA256SUM:=d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7 PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>