diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index 11c729d0d..9b036695a 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 "e70bc7f162d67be3ddd3a2b98940a4833b9d88f6" + default "1fae3d4b751faa30e5d936d26282d1d9f5d94f2d" 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 "fc739fb988c08b85c0e494171dffd8bb2c777cf7" + default "6caba9aa4cb1f26e3cf56bc91b44f3d29dd79bee" 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 "3b28a9c15c654958adab88ce74b3514665713804" + default "89b4e4b95d3a94b88782f5cdc9d1eafd5728a1f7" endmenu menu "SULU_THEME_IOPSYS" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index d89dc9ca4..733aed541 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.0 +PKG_VERSION:=1.1.1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=9de4ff0e79738156be795551fa294f8e45ac85d1 +PKG_SOURCE_VERSION:=2773675239270b53b136cbc8553c5f0a34c3e617 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 71e7e94e6..f86c65601 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.1.1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=9de4ff0e79738156be795551fa294f8e45ac85d1 +PKG_SOURCE_VERSION:=2773675239270b53b136cbc8553c5f0a34c3e617 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz