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