From c9d73a6bcbe5937a9703c1fa07bcd78a9e3e020a Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 4 Nov 2022 16:13:28 +0100 Subject: [PATCH] sulu: 1.3.2 --- sulu-builder/Config.in | 2 +- sulu-builder/Makefile | 4 ++-- sulu/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sulu-builder/Config.in b/sulu-builder/Config.in index 59cb84e56..05bb86118 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 "0223630edbe547c3f833c2c6acc874e7880b7141" + default "4466bddff2a5cc1f604ea33f0214ed177e268322" endmenu menu "SULU_PLUGIN_LCM" diff --git a/sulu-builder/Makefile b/sulu-builder/Makefile index 7dde1bbe9..3b39b8c63 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.1 +PKG_VERSION:=1.3.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git -PKG_SOURCE_VERSION:=6e4deafef2091bd0961d2bb12ffcbf6286d6e95e +PKG_SOURCE_VERSION:=e7ee1ff430066f7339acfa0d46092ccff3fc0160 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/sulu/Makefile b/sulu/Makefile index 0136c3114..553cc79fe 100644 --- a/sulu/Makefile +++ b/sulu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.3.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git -PKG_SOURCE_VERSION:=6e4deafef2091bd0961d2bb12ffcbf6286d6e95e +PKG_SOURCE_VERSION:=e7ee1ff430066f7339acfa0d46092ccff3fc0160 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz