diff --git a/timemngr/Makefile b/timemngr/Makefile index e0fe6ce20..8791bfc78 100644 --- a/timemngr/Makefile +++ b/timemngr/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=timemngr -PKG_VERSION:=1.1.14 +PKG_VERSION:=1.1.15 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/timemngr.git -PKG_SOURCE_VERSION:=68831a879bde128b399a8b4542c4c2e031d45374 +PKG_SOURCE_VERSION:=d4c2d84c666a349196a12bb709111863766e2f3c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst PKG_MIRROR_HASH:=skip endif