From 6f1953e4a4b1c9dd3bfc872cec8bc0fb71c6d13f Mon Sep 17 00:00:00 2001 From: George Yang Date: Thu, 19 Jun 2025 16:45:18 +0200 Subject: [PATCH] dectmngr-3.7.10 and libvoice-airoha-1.1.7 - Play dial tone for DECT handset --- dectmngr/Makefile | 4 ++-- libvoice-airoha/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dectmngr/Makefile b/dectmngr/Makefile index 4c7927a24..7d96ead76 100644 --- a/dectmngr/Makefile +++ b/dectmngr/Makefile @@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dectmngr PKG_RELEASE:=3 -PKG_VERSION:=3.7.9 +PKG_VERSION:=3.7.10 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=4033949de54395f08d33e8ce2496687247ec7c4a +PKG_SOURCE_VERSION:=1f851980a6ba616df54f79930225f8bcd563b711 PKG_MIRROR_HASH:=skip endif diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index f85f202f4..efccbc8a6 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvoice-airoha PKG_RELEASE:=1 -PKG_VERSION:=1.1.6 +PKG_VERSION:=1.1.7 PKG_LICENSE:=PROPRIETARY PKG_LICENSE_FILES:=LICENSE @@ -17,7 +17,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:=0acf69172afd077c665a30902d9a1c498fbcbf04 +PKG_SOURCE_VERSION:=3a30086a68a3409f0396acb01380f91daabf7a2f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif