sulu: 1.3.0

This commit is contained in:
Sukru Senli 2022-10-28 13:02:47 +02:00
parent bc73d859a2
commit 549746bffd
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 "35c47e9988db7b1ec6b075ea597b1c9282c0d54b"
default "ea9b80a6f7a5fc2230d97706fd1ddbbac66fc6a7"
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 "ab03c57b475bb16d7de5267cf6a43c721bb8ffa8"
default "068e71a3ec28dfa984f20fdc9796784f36d497dd"
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 "68d4919a7a40b3029ab56b47fc97bfa28619639b"
default "7f4744e328478bdf8e6d599a1b99751c3c2cccb4"
endmenu
menu "SULU_THEME_IOPSYS"

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sulu-builder
PKG_VERSION:=1.2.3
PKG_VERSION:=1.3.0
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git
PKG_SOURCE_VERSION:=21e73255e3705ada5a26f911cb5ad80c605fa829
PKG_SOURCE_VERSION:=524418f7a2e6e2b1d807b2a87f9f80ac3cb1d1b6
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.2.3
PKG_VERSION:=1.3.0
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
PKG_SOURCE_VERSION:=21e73255e3705ada5a26f911cb5ad80c605fa829
PKG_SOURCE_VERSION:=524418f7a2e6e2b1d807b2a87f9f80ac3cb1d1b6
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz