Skip to content

Commit

Permalink
libupnpp: update to 0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed May 3, 2020
1 parent d2d00b7 commit dd58239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/libupnpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libupnpp
PKG_VERSION:=0.17.2
PKG_VERSION:=0.18.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
PKG_HASH:=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
PKG_HASH:=c9659cd36ce70c43e9889a6c3a5eeb28e4f799580727826a6c7aef9bef6b6937

PKG_MAINTAINER:=Petko Bordjukov <[email protected]>
PKG_LICENSE:=LGPL-2.1-or-later
Expand All @@ -28,7 +28,7 @@ define Package/libupnpp
SECTION:=libs
CATEGORY:=Libraries
URL:=https://www.lesbonscomptes.com/upmpdcli
DEPENDS+= +libstdcpp +libexpat +librt +libcurl +libupnp
DEPENDS+=+libnpupnp
TITLE:=The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay
endef

Expand Down

0 comments on commit dd58239

Please sign in to comment.