diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2020-12-17 23:53:57 +0800 |
---|---|---|
committer | Jianhui Zhao <zhaojh329@gmail.com> | 2020-12-17 23:53:57 +0800 |
commit | 3a25e7a3ecef51cbbf41d8ffc7405cd14f8289e9 (patch) | |
tree | b49bcdfc5a2c866ca71cd7ea5c35d8165c532ff6 /libs/libuhttpd | |
parent | 33bbeceaa70ceaa7d01972066bb1819ebdcf0b9a (diff) |
libuhttpd: Update to 3.5.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Diffstat (limited to 'libs/libuhttpd')
-rw-r--r-- | libs/libuhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index adb797a75..b44d73fc7 100644 --- a/libs/libuhttpd/Makefile +++ b/libs/libuhttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuhttpd -PKG_VERSION:=3.4.0 +PKG_VERSION:=3.5.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:=c77a404e2a666dda6c731cee977cfa8c2aa433e167222cbd28dd0c91a5c80570 +PKG_HASH:=d3f5da483c6d324a4624cae3a7e1f4f48ac4088611493186dbab5e346a44b9da PKG_MAINTAINER:=Jianhui Zhao <zhaojh329@gmail.com> PKG_LICENSE:=MIT |