From 0852b1c6352d790a288e5292a5e7942bbc03959a Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 16 Sep 2024 10:05:24 +0530 Subject: [PATCH] icwmp: 9.8.12 --- icwmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 710b8902d..1b01adeb7 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.8.11 +PKG_VERSION:=9.8.12 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=d2007e860693a12fa23d275cca3e8e36df17c15d +PKG_SOURCE_VERSION:=75b3e8ccb66851b9dce3c93f48c112a8fbfe9286 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif