From 041e51edf354e2e8e7d5ff21c3fb0daed0ca78db Mon Sep 17 00:00:00 2001 From: George Yang Date: Fri, 13 Jun 2025 12:15:53 +0200 Subject: [PATCH] libvoice-airoha: 1.1.4 and dectmngr: 3.7.8 --- dectmngr/Makefile | 4 ++-- libvoice-airoha/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dectmngr/Makefile b/dectmngr/Makefile index aa9e06f76..fc70fb8ef 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.7 +PKG_VERSION:=3.7.8 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=289a91b3e7f221f16c976efd147bd4b203420b41 +PKG_SOURCE_VERSION:=772b250fe393e2b4f5f9dbc8d86c1e3861dfcab8 PKG_MIRROR_HASH:=skip endif diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index c3e74b7ab..c59cbc91f 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.3 +PKG_VERSION:=1.1.4 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:=f4ffa38b77e20f9e2a6b6ffd5b2bf83cddb6bffc +PKG_SOURCE_VERSION:=3f2951ba9930f20e6b32e4733f92f2f093d95c17 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif