libvoice-d2-1.0.8: Fix crash due to DTMF event call back issue

This commit is contained in:
Wenpeng Song 2023-08-29 10:29:11 +00:00
parent ef32f8b0f9
commit 23358a7f8c

View file

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libvoice-d2
PKG_RELEASE:=1
PKG_VERSION:=1.0.7
PKG_VERSION:=1.0.8
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:=123c1f14202c011777cb09f792cf065ea280a1c4
PKG_SOURCE_VERSION:=7fee3adfdc35d7ed88430c9d86d435fc66ab3672
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif