From 4c5073ad034a440fcc1f04a3601b5d26ac058854 Mon Sep 17 00:00:00 2001 From: vdutta Date: Sat, 24 Sep 2022 20:31:33 +0530 Subject: [PATCH] sulu: 1.2.2 --- sulu-builder/Config.in | 4 ++-- sulu-builder/Makefile | 4 ++-- sulu/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index c8e8465b7..609548f46 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 "13260e508775e11859815f8301c3f3f9c65b5198" + default "09f38d92c0690f4d101d7914948226299fafe066" endmenu menu "SULU_PLUGIN_LCM" @@ -57,7 +57,7 @@ menu "SULU_PLUGIN_MULTIAP" config SULU_PLUGIN_MULTIAP_VERSION depends on SULU_PLUGIN_MULTIAP_ENABLE string "Version" - default "faf6df1c29238b7edae66499057593438bb650ae" + default "68d4919a7a40b3029ab56b47fc97bfa28619639b" endmenu menu "SULU_THEME_IOPSYS" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index ad392042d..65ea9eb51 100644 --- a/sulu-builder/Makefile +++ b/sulu-builder/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu-builder -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.2.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=fef8ca44198ab2ef2d2e7141dada4036e81c80b1 +PKG_SOURCE_VERSION:=16bbf7e5a28a79c47a63bf454fc2f525d667c73d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 3fcd72f92..61aabf06b 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.2.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=fef8ca44198ab2ef2d2e7141dada4036e81c80b1 +PKG_SOURCE_VERSION:=16bbf7e5a28a79c47a63bf454fc2f525d667c73d PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz