voicemngr-1.1.0: Fix a bug that always caused ubus call release from dectmngr replying error

This commit is contained in:
Yalu Zhang 2023-11-09 13:38:18 +01:00
parent 99fcfcfa7e
commit ea4301bf28

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=voicemngr
PKG_RELEASE:=1
PKG_VERSION:=1.0.13
PKG_VERSION:=1.1.0
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
@ -19,7 +19,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:=46fd959f7d7f8dab503041456c9505734f909912
PKG_SOURCE_VERSION:=df12c351a79cdd8bdda3eb3a5ff1c4c8da0ce898
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif