aboutsummaryrefslogtreecommitdiff
path: root/net/igmpproxy
diff options
context:
space:
mode:
authorOli Ze <olze@trustserv.de>2022-12-12 07:53:36 +0100
committerRosen Penev <rosenp@gmail.com>2022-12-16 20:50:31 -0800
commit44e1c2115ea91b97e9454c19428a59f155e9f677 (patch)
tree3aaad4456ac9c0fd9d1e9aa967632f6b3a0b2e26 /net/igmpproxy
parentbd9e119d68fba792a1f760525540c0e0cf10e63f (diff)
igmpproxy: update to version 0.4.0
Signed-off-by: Oli Ze <olze@trustserv.de>
Diffstat (limited to 'net/igmpproxy')
-rw-r--r--net/igmpproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile
index 4f3785cfa..3690bc077 100644
--- a/net/igmpproxy/Makefile
+++ b/net/igmpproxy/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=igmpproxy
-PKG_VERSION:=0.3
+PKG_VERSION:=0.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/pali/igmpproxy/releases/download/${PKG_VERSION}/
-PKG_HASH:=d1fc244cb2fbbf99f720bda3e841fe59ece9b6919073790b4b892739b1b844eb
+PKG_HASH:=afa4b75a823b82f71ce99f33eae4e8136b906ae8a5ede5caaad93bac38cdae24
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
include $(INCLUDE_DIR)/package.mk