From 98689253d0bba90c720088572c58c1193834c61d Mon Sep 17 00:00:00 2001 From: Amin Ben Romdhane Date: Wed, 31 Jul 2024 15:35:53 +0200 Subject: [PATCH] swmodd: 2.5.16 --- swmodd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swmodd/Makefile b/swmodd/Makefile index 349894a36..af502983e 100755 --- a/swmodd/Makefile +++ b/swmodd/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swmodd -PKG_VERSION:=2.5.15 +PKG_VERSION:=2.5.16 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/lcm/swmodd.git -PKG_SOURCE_VERSION:=2d395f3eb1f8efeff8058e3e4f91571093a2550c +PKG_SOURCE_VERSION:=c36ff3594ed20d9bbc90d52adbdf7d6c186c4ce1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif