From 55aba515ff4c9dbf4dc6b30ca6e9c8972a5f72b4 Mon Sep 17 00:00:00 2001 From: George Yang Date: Wed, 30 Apr 2025 17:42:57 +0200 Subject: [PATCH] libvoice-airoha: 1.1.3 DECT support on E755 --- libvoice-airoha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index 9c87dce6a..c3e74b7ab 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.2 +PKG_VERSION:=1.1.3 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:=1ded9a4bb0f2f8a5f3989799b5500e328e086c99 +PKG_SOURCE_VERSION:=f4ffa38b77e20f9e2a6b6ffd5b2bf83cddb6bffc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif