From dcd2fb51c738af1108b2e58f1b31081ef0ec1bfd Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 16 Sep 2022 15:24:50 +0200 Subject: [PATCH] sulu: 1.1.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 9b036695a..6b01fec24 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 "1fae3d4b751faa30e5d936d26282d1d9f5d94f2d" + default "51d82c8746b46d5a6195a440ceba7576a3afb4e9" 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 "6caba9aa4cb1f26e3cf56bc91b44f3d29dd79bee" + default "1fb39ed65dbee0eea6b318855e9bfd91680ffe2c" endmenu menu "SULU_PLUGIN_MULTIAP" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index 733aed541..bc60cc29b 100644 --- a/sulu-builder/Makefile +++ b/sulu-builder/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu-builder -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=2773675239270b53b136cbc8553c5f0a34c3e617 +PKG_SOURCE_VERSION:=2c8b618f8b67fae0f8202fd5572725faf596c253 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index f86c65601..d7918fd90 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=2773675239270b53b136cbc8553c5f0a34c3e617 +PKG_SOURCE_VERSION:=2c8b618f8b67fae0f8202fd5572725faf596c253 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz