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