Update package dectmngr

Fix compilation error when set ENABLE_DECTMNGR_DEBUG to 1
This commit is contained in:
Yalu Zhang 2021-09-21 17:18:20 +02:00
parent bb6131b1f7
commit 1cb7520cb9

View file

@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dectmngr
PKG_RELEASE:=3
PKG_VERSION:=3.1.14
PKG_VERSION:=3.1.15
LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=4b527f897b285d12ff9e371986e873b70f0532c0
PKG_SOURCE_VERSION:=95ff8c53c8ba6fe3d253f911b965430f6e08e707
PKG_MIRROR_HASH:=skip
endif