From 8b60cb2457f614ce1da144d541a6b9da9f82ed66 Mon Sep 17 00:00:00 2001 From: Wenpeng Song Date: Fri, 12 Apr 2024 09:04:48 +0000 Subject: [PATCH] libvoice-broadcom-1.0.11: - Avoid race conditions between DTMF and FLASH simulation on DECT handsets - Support Poland by adding VRG_COUNTRY_POLAND --- libvoice-broadcom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvoice-broadcom/Makefile b/libvoice-broadcom/Makefile index 24b6947c2..e0d2781eb 100644 --- a/libvoice-broadcom/Makefile +++ b/libvoice-broadcom/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvoice-broadcom PKG_RELEASE:=1 -PKG_VERSION:=1.0.10 +PKG_VERSION:=1.0.11 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:=059574b5036c840df97feecdace141e59210acc2 +PKG_SOURCE_VERSION:=b648a9089a79f6dd445cf7de89eab6a90c7cb47e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif