diff --git a/icwmp/Makefile b/icwmp/Makefile index a9a240a49..14b5c7c0f 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.8.18 +PKG_VERSION:=9.8.19 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=384c929c5156151da0ce4719041f87ff02df2220 +PKG_SOURCE_VERSION:=5c6a4ff73b3523a9c424be410294594aa1ece6c1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif