diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-05-14 20:44:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 20:44:53 -0700 |
commit | fbc719b3f304a2afa748df0b8488431d0cbbae67 (patch) | |
tree | b5dd0b093aab2a7a26484cc9ef14eaae87af1c3a /libs | |
parent | 8302890162b8387f2751318fd11544e7050be015 (diff) | |
parent | 6b44750ee3fa25e6c3ff96a8c2c4c7e6acbb83e4 (diff) |
Merge pull request #12162 from neheb/upnp23
npupnp updates
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libnpupnp/Makefile | 4 | ||||
-rw-r--r-- | libs/libupnpp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/libnpupnp/Makefile b/libs/libnpupnp/Makefile index ebeec335c..5901668da 100644 --- a/libs/libnpupnp/Makefile +++ b/libs/libnpupnp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnpupnp -PKG_VERSION:=2.2.1 +PKG_VERSION:=4.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads -PKG_HASH:=da67d4c258d139d476af6b800926cd9cd09ba17d9e9fcfaebe3fb98241b32790 +PKG_HASH:=160ab9b0fa8886013811573cb28cffe0b205eadb318e9627c09b297dee1cbc23 PKG_MAINTAINER:= PKG_LICENSE:=LGPL-2.1-or-later diff --git a/libs/libupnpp/Makefile b/libs/libupnpp/Makefile index 272e31db8..244143e99 100644 --- a/libs/libupnpp/Makefile +++ b/libs/libupnpp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libupnpp -PKG_VERSION:=0.18.0 +PKG_VERSION:=0.19.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads -PKG_HASH:=c9659cd36ce70c43e9889a6c3a5eeb28e4f799580727826a6c7aef9bef6b6937 +PKG_HASH:=412b38bdd07441588c11bb1d64af7d112f439a46512d53c907f9b54a6666ff58 PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com> PKG_LICENSE:=LGPL-2.1-or-later |