diff --git a/icwmp/Makefile b/icwmp/Makefile index 21d72be6a..cf39cfed4 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.10.14 +PKG_VERSION:=9.10.15 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=ffba17fe094a9dc9ac36a8a4b1c0d4246ddf4a54 +PKG_SOURCE_VERSION:=090e3f6e671647c7b51a342dd7d1bcbc3cae7fc3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst PKG_MIRROR_HASH:=skip endif