diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index 34cdfc1ea..4ef5d2d1a 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 "32f67fc744afb9fe64bd6512f681b0950a4c4851" + default "b468dd1f9652c1f1510cd9e530ee43487ecbcecb" endmenu menu "SULU_PLUGIN_LCM" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index fe5517351..570ae6a0d 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.8 +PKG_VERSION:=1.3.9 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=29d25c91023ce1211253586a9e8a50a1d975bce8 +PKG_SOURCE_VERSION:=f3e8a13f145b840bd7e9d62b58f32daabfa691f2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 75645a857..11bf19053 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.3.8 +PKG_VERSION:=1.3.9 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=29d25c91023ce1211253586a9e8a50a1d975bce8 +PKG_SOURCE_VERSION:=f3e8a13f145b840bd7e9d62b58f32daabfa691f2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz