From f4c165c58a1482b92388fa55816e1b490ef1190d Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sun, 4 Oct 2020 13:29:43 +0800 Subject: [PATCH] libuhttpd: Update to 3.3.1 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 1674ff66d..19791f823 100644 --- a/libs/libuhttpd/Makefile +++ b/libs/libuhttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuhttpd -PKG_VERSION:=3.3.0 +PKG_VERSION:=3.3.1 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:=161aac7a09ed143278804f8f55ed3c1dd3c813cd68418325ca8862acdaf8a163 +PKG_HASH:=970d79e064c294fa5798c67e2a20bbd22317a69225e0478399460fa64aa36894 PKG_MAINTAINER:=Jianhui Zhao PKG_LICENSE:=MIT