From e62f24cc8e66989a13119efcd672fa7c8e4a4596 Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Tue, 14 Feb 2023 11:33:18 +0100 Subject: [PATCH] libvoice-airoha: code refinement --- libvoice-airoha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index e0b2222e3..1d4219979 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/Makefile @@ -16,7 +16,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:=3cf0c83296d9754bf9c6ff8720f5942da4a19f55 +PKG_SOURCE_VERSION:=96cdaee6f301b3df8eaa8e9f5c9a4a704740aad2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif