From 5eb01b5a3e1059386e80e9e095690fd448cdee6c Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Fri, 1 Jan 2021 22:15:37 +0800 Subject: [PATCH] net/miniupnpd: update to 2.2.1 Signed-off-by: Syrone Wong --- net/miniupnpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 6a7d08e46e..64e7667a46 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=2.2.0 -PKG_RELEASE:=4 +PKG_VERSION:=2.2.1 +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=f105210a13ed0ebfc649f661ecc59e0a072cc547b04977851f22b5521b4cadff +PKG_HASH:=f158dc73b718ca72da69e25ef23c57c3a10a0d7e7d1b4b9b57d5690823040ec2 PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause -- 2.30.2