Browse Source
Merge pull request #5745 from zhaojh329/libuhttpd
libuhttpd: Update to 2.0.1
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
libs/libuhttpd/Makefile
|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libuhttpd |
|
|
|
PKG_VERSION:=2.0.0 |
|
|
|
PKG_VERSION:=2.0.1 |
|
|
|
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:=6101b348ba743eebcfd9e6561df94809e72298c8639ed296c3fb4e6837ed20ba |
|
|
|
PKG_MIRROR_HASH:=f51d50c450a8703e31ef37542ada6826fc3b582e3075d031716aef35b0b32dd8 |
|
|
|
CMAKE_INSTALL:=1 |
|
|
|
|
|
|
|
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) |
|
|
|