From 677c712117cd0faad51d4ec6186ecb4fcc346ea2 Mon Sep 17 00:00:00 2001 From: vdutta Date: Fri, 16 Dec 2022 18:12:14 +0530 Subject: [PATCH] sulu: 1.3.22 --- sulu-builder/Config.in | 2 +- sulu-builder/Makefile | 4 ++-- sulu/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index 4660766c6..48a8d6fbe 100644 --- a/sulu-builder/Config.in +++ b/sulu-builder/Config.in @@ -13,7 +13,7 @@ menu "SULU_CORE" config SULU_CORE_VERSION string "SULU repo version" - default "e0ca97bd644828c7edf8d25410f47595052d9815" + default "1c98f370f4acb188aa1e013c75a8e1c16299a51a" endmenu menu "SULU_PLUGIN_LCM" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index 4c9a42d9f..c69233954 100644 --- a/sulu-builder/Makefile +++ b/sulu-builder/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu-builder -PKG_VERSION:=1.3.21 +PKG_VERSION:=1.3.22 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=5fd8e9b0498976081570eb10ec3e2a6c041bfbc4 +PKG_SOURCE_VERSION:=9eff3bc4ef4ebecee01a068975d17f79fd47a42a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 852a6dc95..f15a4d61d 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.3.21 +PKG_VERSION:=1.3.22 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=5fd8e9b0498976081570eb10ec3e2a6c041bfbc4 +PKG_SOURCE_VERSION:=9eff3bc4ef4ebecee01a068975d17f79fd47a42a PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz