diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index 332db1ee2..70dbe731e 100644 --- a/sulu-builder/Config.in +++ b/sulu-builder/Config.in @@ -35,7 +35,7 @@ menu "SULU_PLUGIN_LCM" config SULU_PLUGIN_LCM_VERSION depends on SULU_PLUGIN_LCM_ENABLE string "Version" - default "116143dc9c95478e06148fa8a21a36420a89e4ed" + default "3473ca31a8e73db3157fbce3823360d9cc53251f" endmenu menu "SULU_PLUGIN_MULTIAP" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index 1cd93e8ee..176c0aa11 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.13 +PKG_VERSION:=1.3.14 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=782f3d0e8181f620f276bce326d86719c62532df +PKG_SOURCE_VERSION:=7f95377b17c52d41e75172c5a59d072a8461ed22 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 708b057f9..85ea9c0c2 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.3.13 +PKG_VERSION:=1.3.14 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=782f3d0e8181f620f276bce326d86719c62532df +PKG_SOURCE_VERSION:=7f95377b17c52d41e75172c5a59d072a8461ed22 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz