From 4b96bbfaccce1dc8a1229ac2d5679d9bf2cb2944 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sun, 27 Dec 2020 01:29:38 +0800 Subject: [PATCH] libuhttpd: Update to 3.7.0 Signed-off-by: Jianhui Zhao --- libs/libuhttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index 285e7690e5..dca1f4157a 100644 --- a/libs/libuhttpd/Makefile +++ b/libs/libuhttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuhttpd -PKG_VERSION:=3.6.0 +PKG_VERSION:=3.7.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/libuhttpd/releases/download/v$(PKG_VERSION) -PKG_HASH:=5cdbff570430530b46ed071363c52cc655bbb349943008b57f63061481586391 +PKG_HASH:=d59987098e8ee46c150b3d8268555a9ec3b17b9feee5c4cb140d33148e886899 PKG_MAINTAINER:=Jianhui Zhao PKG_LICENSE:=MIT