mirror of https://github.com/openwrt/packages.git
libupnp: update to 1.14.18
Signed-off-by: Rosen Penev <rosenp@gmail.com>pull/23439/head
parent
41cd4c388a
commit
440a86ee7d
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libupnp
|
||||
PKG_VERSION:=1.14.12
|
||||
PKG_VERSION:=1.14.18
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/pupnp
|
||||
PKG_HASH:=091c80aada1e939c2294245c122be2f5e337cc932af7f7d40504751680b5b5ac
|
||||
PKG_HASH:=16a7cee93ce2868ae63ab1a8164dc7de43577c59983b9f61293a310d6888dceb
|
||||
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
@ -54,7 +54,7 @@ CMAKE_OPTIONS += \
|
|||
-DBUILD_TESTING=OFF \
|
||||
-Dclient=ON \
|
||||
-Ddevice=ON \
|
||||
-Dwebserver=OFF \
|
||||
-Dwebserver=ON \
|
||||
-Dssdp=ON \
|
||||
-Doptssdp=OFF \
|
||||
-Dsoap=ON \
|
||||
|
|
Loading…
Reference in New Issue