From 1f23bf9d1df45c3cbe81d3bf6ba75c4cbf905f97 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 2 Nov 2022 09:40:48 +0100 Subject: [PATCH] net/siproxd: bump version --- net/siproxd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index d10bb8f39..0cd01392e 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= siproxd PLUGIN_VERSION= 1.3 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Siproxd is a proxy daemon for the SIP protocol PLUGIN_DEPENDS= siproxd PLUGIN_MAINTAINER= m.muenz@gmail.com