diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-14 20:30:13 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-14 20:31:09 -0800 |
commit | d573632dac8911b778f1bcd4e4f6f60a97728bcd (patch) | |
tree | 22518f6a5c839cfb543dab81bf544b7b1e921c70 /net | |
parent | 8cd7528cb0aa4afa750131d9fddf690e6e56943c (diff) |
miniupnpc: update to 2.1.20191224
Removed inactive maintainer.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/miniupnpc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 467b5b574..3d9626206 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpc -PKG_VERSION:=2.1.20190824 +PKG_VERSION:=2.1.20191224 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files -PKG_HASH:=1fadefea0ecdceb3e35bb5d901f0db880c826740e93148ddfb087b4b4389e165 +PKG_HASH:=447b427854b6c027ea28bc838b18582c5a7e71db84f6ff36df93bd91e46d66cf -PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> +PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:miniupnp_project:miniupnp |