diff options
| author | Sebastian Kemper | 2020-10-03 16:52:11 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2020-10-03 16:52:36 +0000 |
| commit | 8512b7395a695634f95370a0582d577e8137b6d1 (patch) | |
| tree | ff46bfda54fdaf655b2f85da7e299f53427f7bce | |
| parent | a216aba1f5177949962c8307b38c224ba436e31a (diff) | |
| download | telephony-8512b7395a695634f95370a0582d577e8137b6d1.tar.gz | |
siproxd: rev bump
Increases revision due to SONAME bump of libosip2.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | net/siproxd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index d16c040..6fc8af4 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=siproxd PKG_VERSION:=0.8.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/siproxd |