From 135b15c101c5ab73a33ec56cc4fa05c92fe4c2ed Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Thu, 14 Apr 2022 13:40:50 +0200 Subject: [PATCH] sulu: 1.0.2 --- sulu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sulu/Makefile b/sulu/Makefile index 4c33be11d..85c4ab1c1 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=9949adee88b211b4e8bd1753200df6e7961da079 +PKG_SOURCE_VERSION:=bbb96509dfb6f64e653421d3c37228a800548261 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz