From c385070a3b07ea102de5fbbf4ef6ca853baaad0a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 24 May 2017 11:39:29 +0200 Subject: [PATCH] libmicrohttpd: update to version 0.9.55 Compile tested on ar71xx. Runtime tested on ar71xx. Signed-off-by: Alexander Couzens --- libs/libmicrohttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 8b39084a3..2c79ef767 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.52 +PKG_VERSION:=0.9.55 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_MD5SUM:=54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea +PKG_HASH:=0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada80ed0f8 PKG_MAINTAINER:=Alexander Couzens