From 8727a7a809668ab4f2c1dc8548b85a9ee8750641 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 2 Feb 2024 17:58:48 +0530 Subject: [PATCH] icwmp: 9.6.4 --- icwmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index de3cfed80..2f390f098 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.6.3 +PKG_VERSION:=9.6.4 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=e01f66bae0a77e3609478cb03585533dcac8b927 +PKG_SOURCE_VERSION:=693a6d8b5c62a37a537b09a7c6415a1bd293f168 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif