evoice: 0.2.13

- 7740: libvoiceservice callcontrol update
 - 8407: do not overwrite ubus context, reformat code
 - 8407: register for correct ubus network.interface paths
This commit is contained in:
Wenpeng Song 2022-07-14 14:43:47 +00:00
parent 977d6f51f1
commit bee450ea77

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=evoice
PKG_VERSION:=0.2.12
PKG_VERSION:=0.2.13
LOCAL_DEV=0
LOCAL_DEV_EVOICE_DIR=~/voip/evoice
@ -13,7 +13,7 @@ LOCAL_DEV_EVOICE_DIR=~/voip/evoice
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git
PKG_SOURCE_VERSION:=efec2486cfdade59b13eea72cf20dcf12f11c7a9
PKG_SOURCE_VERSION:=ec48a461c813c3d9ea01d34de79c671f3915f06c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif