Update package dectmngr

6ea57b3 Fix the bug that missed calls are not cleared after reading from the handset
This commit is contained in:
Grzegorz Sluja 2023-06-13 10:54:58 +02:00
parent e9f64893ac
commit 2a98ed289a

View file

@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dectmngr PKG_NAME:=dectmngr
PKG_RELEASE:=3 PKG_RELEASE:=3
PKG_VERSION:=3.5.9 PKG_VERSION:=3.5.10
LOCAL_DEV=0 LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=ae9e8f3406f1087464b994cdfbc64a4ce2f86ed4 PKG_SOURCE_VERSION:=6ea57b39bc53e53056f5f49ab1aed7c063ffef83
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip
endif endif