From 8ae1aa6d8c5ec0979e5b98fb446f77b8da71ea31 Mon Sep 17 00:00:00 2001 From: Yalu Zhang Date: Fri, 10 Feb 2023 16:17:52 +0100 Subject: [PATCH] Update package libvoice-d2 Revert a tempory workaround --- libvoice-d2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-d2/Makefile b/libvoice-d2/Makefile index 4f7379d3d..5189cc77e 100644 --- a/libvoice-d2/Makefile +++ b/libvoice-d2/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:=a6cdd08c40e666cf9df66bf065b7fa9de7aec7dc +PKG_SOURCE_VERSION:=0569710a2068b4d9832b4348366f4d6f0ad54cf7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif