diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index 609548f46..bbf44c1c8 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 "09f38d92c0690f4d101d7914948226299fafe066" + default "35c47e9988db7b1ec6b075ea597b1c9282c0d54b" 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 "40da874871120e4a042ec5ac814e3c96e22d8c24" + default "ab03c57b475bb16d7de5267cf6a43c721bb8ffa8" endmenu menu "SULU_PLUGIN_MULTIAP" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index 65ea9eb51..abfc2db92 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.2 +PKG_VERSION:=1.2.3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=16bbf7e5a28a79c47a63bf454fc2f525d667c73d +PKG_SOURCE_VERSION:=21e73255e3705ada5a26f911cb5ad80c605fa829 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 61aabf06b..fea9b1c48 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.2.3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=16bbf7e5a28a79c47a63bf454fc2f525d667c73d +PKG_SOURCE_VERSION:=21e73255e3705ada5a26f911cb5ad80c605fa829 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz