sulu: 1.3.7

This commit is contained in:
vdutta 2022-11-11 14:20:46 +05:30
parent 6140efcb5a
commit 5fbc3e9efb
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ menu "SULU_CORE"
config SULU_CORE_VERSION
string "SULU repo version"
default "bbdc086e8371f49d1fa710273e237627fa70b6b8"
default "4b079ad99dec2444357669fe192f1c8a7c093f68"
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 "068e71a3ec28dfa984f20fdc9796784f36d497dd"
default "5aea6e8baf2e771f8e51b7ca3dbb9d348acb7512"
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 "7f4744e328478bdf8e6d599a1b99751c3c2cccb4"
default "53eef156a02b9e93bd566997b5ff6f47fba29e46"
endmenu
menu "SULU_THEME_IOPSYS"

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sulu-builder
PKG_VERSION:=1.3.6
PKG_VERSION:=1.3.7
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git
PKG_SOURCE_VERSION:=75d58551b74cc2e4b8e9d223ee310a7114c57673
PKG_SOURCE_VERSION:=d14a37846ac3e8047ad34eb9c460ec67312931cb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sulu
PKG_VERSION:=1.3.6
PKG_VERSION:=1.3.7
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
PKG_SOURCE_VERSION:=75d58551b74cc2e4b8e9d223ee310a7114c57673
PKG_SOURCE_VERSION:=d14a37846ac3e8047ad34eb9c460ec67312931cb
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz