aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorJianhui Zhao <jianhuizhao329@gmail.com>2018-03-18 11:03:19 +0800
committerJianhui Zhao <jianhuizhao329@gmail.com>2018-03-18 11:03:19 +0800
commit1308749d840adca205d193100dbc3c086848dc59 (patch)
treee736f60ba3393e887b9f074c7d8f4659dd89e819 /libs
parent412c262e764421aa5321714331de45660cfd463a (diff)
libuhttpd: update to 2.0.3
ecb3ea9 Fix compile error on openwrt-x64 d9ef540 mention some code in lua_template.c copied from. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/libuhttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile
index 44e30c9a0..7f032dea1 100755
--- a/libs/libuhttpd/Makefile
+++ b/libs/libuhttpd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libuhttpd
-PKG_VERSION:=2.0.2
+PKG_VERSION:=2.0.3
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_SOURCE_URL=https://github.com/zhaojh329/libuhttpd.git
-PKG_MIRROR_HASH:=206b48ea169654ae7f25c8877c55ac66cda6275d293e6a32f0bc11e4a9adb20e
+PKG_MIRROR_HASH:=f20e4081ba1bbea277a3c86f28fa451d54546817a58814fff91470550a5b8e5d
CMAKE_INSTALL:=1
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)