From 9ed7feed874514edb7c53eba3ba9bcb5d0dccf15 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 16 Dec 2022 17:52:27 +0100 Subject: [PATCH] sulu: 1.3.24 --- 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 d0d4c50bb..9038bbbe2 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 "c35a171b22b97ccba76cbf80e0d66f35fe52ffad" + default "80815db11f7b0c1913ae551ff50ed2c89676f489" 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 "602ba5fdf5ca1a73bfacb299d791c5dfd84e4d90" + default "3e662d50c5a14225354f6287d1c6a47414b694a6" endmenu menu "SULU_THEME_IOPSYS" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index d90098bad..f783d563b 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.23 +PKG_VERSION:=1.3.24 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=afd1edb12c156724bea31abd008870ccbe5caa41 +PKG_SOURCE_VERSION:=696ef814e0b16345f2e8ee0104f3ee1eeaeea5dc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index e32dcc1b2..de2a24064 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.3.23 +PKG_VERSION:=1.3.24 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=afd1edb12c156724bea31abd008870ccbe5caa41 +PKG_SOURCE_VERSION:=696ef814e0b16345f2e8ee0104f3ee1eeaeea5dc PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz