From a408642afa9c7b1c210b2a3362ab8716e30495f9 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 29 Apr 2022 12:18:16 +0200 Subject: [PATCH] sulu: 1.0.3 --- sulu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sulu/Makefile b/sulu/Makefile index 85c4ab1c1..ae89ea776 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=bbb96509dfb6f64e653421d3c37228a800548261 +PKG_SOURCE_VERSION:=767882022286d22ac35bac4168c2b81d98cb53b8 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz