From a3760e20825e271f703471533c8f59557c07131e Mon Sep 17 00:00:00 2001 From: Michael Polyntsov Date: Tue, 11 Jul 2023 17:01:32 +0200 Subject: [PATCH] libvoice-airoha: 1.0.5 Add tone maps for Colombia, Panama and India, fix minor issues for the USA tone map --- libvoice-airoha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index 09caa203a..ad6f7fbde 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.0.4 +PKG_VERSION:=1.0.5 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:=8ced85cd48f8bdd7d238fc1ded3a218dd19aeae9 +PKG_SOURCE_VERSION:=3f4cdca981b30d54ec5a426775fdcec2a63f83d9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif