diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-05-13 17:35:06 +0300 |
---|---|---|
committer | Kevin Darbyshire-Bryant <6500011+ldir-EDB0@users.noreply.github.com> | 2021-05-21 18:20:37 +0100 |
commit | b8f9e4354efd7f722a28eb45cec429a22a0d7a9d (patch) | |
tree | 2e5d3380482e7e4cd7fa0f15614cd94698d854ed /net/miniupnpd/Makefile | |
parent | 3836218ba6055ccb306268f9c34ac5f9a19047dd (diff) |
miniupnpd: bump to 2.2.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/miniupnpd/Makefile')
-rw-r--r-- | net/miniupnpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index f865c23b2..5c02f13e5 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=2.2.1 -PKG_RELEASE:=3 +PKG_VERSION:=2.2.2 +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=f158dc73b718ca72da69e25ef23c57c3a10a0d7e7d1b4b9b57d5690823040ec2 +PKG_HASH:=4b01c403d01c6ab140c9e4e744c89cdb66cbe25145d7a0d4566cc3fdcc0240c3 PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause |