From 5fbc3e9efbab6620e314b2c8cae44e3e71cd7b0b Mon Sep 17 00:00:00 2001 From: vdutta Date: Fri, 11 Nov 2022 14:20:46 +0530 Subject: [PATCH] sulu: 1.3.7 --- sulu-builder/Config.in | 6 +++--- sulu-builder/Makefile | 4 ++-- sulu/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index bebf13316..0fb2e152e 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 "bbdc086e8371f49d1fa710273e237627fa70b6b8" + default "4b079ad99dec2444357669fe192f1c8a7c093f68" endmenu menu "SULU_PLUGIN_LCM" @@ -35,7 +35,7 @@ menu "SULU_PLUGIN_LCM" config SULU_PLUGIN_LCM_VERSION depends on SULU_PLUGIN_LCM_ENABLE string "Version" - default "068e71a3ec28dfa984f20fdc9796784f36d497dd" + default "5aea6e8baf2e771f8e51b7ca3dbb9d348acb7512" endmenu menu "SULU_PLUGIN_MULTIAP" @@ -57,7 +57,7 @@ menu "SULU_PLUGIN_MULTIAP" config SULU_PLUGIN_MULTIAP_VERSION depends on SULU_PLUGIN_MULTIAP_ENABLE string "Version" - default "7f4744e328478bdf8e6d599a1b99751c3c2cccb4" + default "53eef156a02b9e93bd566997b5ff6f47fba29e46" endmenu menu "SULU_THEME_IOPSYS" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index d55aac956..68c942109 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.6 +PKG_VERSION:=1.3.7 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=75d58551b74cc2e4b8e9d223ee310a7114c57673 +PKG_SOURCE_VERSION:=d14a37846ac3e8047ad34eb9c460ec67312931cb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index c5754257d..84bc169cf 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.3.6 +PKG_VERSION:=1.3.7 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=75d58551b74cc2e4b8e9d223ee310a7114c57673 +PKG_SOURCE_VERSION:=d14a37846ac3e8047ad34eb9c460ec67312931cb PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz