sulu: 1.2.2

This commit is contained in:
vdutta 2022-09-24 20:31:33 +05:30
parent 2660d8ad2e
commit 4c5073ad03
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ menu "SULU_CORE"
config SULU_CORE_VERSION
string "SULU repo version"
default "13260e508775e11859815f8301c3f3f9c65b5198"
default "09f38d92c0690f4d101d7914948226299fafe066"
endmenu
menu "SULU_PLUGIN_LCM"
@ -57,7 +57,7 @@ menu "SULU_PLUGIN_MULTIAP"
config SULU_PLUGIN_MULTIAP_VERSION
depends on SULU_PLUGIN_MULTIAP_ENABLE
string "Version"
default "faf6df1c29238b7edae66499057593438bb650ae"
default "68d4919a7a40b3029ab56b47fc97bfa28619639b"
endmenu
menu "SULU_THEME_IOPSYS"

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sulu-builder
PKG_VERSION:=1.2.1
PKG_VERSION:=1.2.2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git
PKG_SOURCE_VERSION:=fef8ca44198ab2ef2d2e7141dada4036e81c80b1
PKG_SOURCE_VERSION:=16bbf7e5a28a79c47a63bf454fc2f525d667c73d
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.1
PKG_VERSION:=1.2.2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
PKG_SOURCE_VERSION:=fef8ca44198ab2ef2d2e7141dada4036e81c80b1
PKG_SOURCE_VERSION:=16bbf7e5a28a79c47a63bf454fc2f525d667c73d
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz