From 81dad2eb42efdca4895e381508dcf39f53d7cc98 Mon Sep 17 00:00:00 2001 From: George Yang Date: Thu, 12 Mar 2026 18:18:52 +0100 Subject: [PATCH] voicemngr 1.2.7: Handle the SIP line number in caller ID info --- voicemngr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voicemngr/Makefile b/voicemngr/Makefile index 3a6358dd5..c62a3707e 100644 --- a/voicemngr/Makefile +++ b/voicemngr/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=voicemngr PKG_RELEASE:=1 -PKG_VERSION:=1.2.6 +PKG_VERSION:=1.2.7 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -19,7 +19,7 @@ LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git -PKG_SOURCE_VERSION:=39c563e631380edff4f40cce0ef94a2b2acf8091 +PKG_SOURCE_VERSION:=dd1a309432e4cea186c2098f14966edf96878354 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst PKG_MIRROR_HASH:=skip endif