sulu: 1.3.27

This commit is contained in:
vdutta 2023-01-20 11:52:54 +05:30
parent 1231fc226c
commit f288578904
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ menu "SULU_CORE"
config SULU_CORE_VERSION config SULU_CORE_VERSION
string "SULU repo version" string "SULU repo version"
default "5380c46eefc7dc2907ca749e9b3aaa6321039ee8" default "12c220178c838aa69c27bd8bfd18c148679a9e2d"
endmenu endmenu
menu "SULU_PLUGIN_LCM" menu "SULU_PLUGIN_LCM"
@ -57,7 +57,7 @@ menu "SULU_PLUGIN_MULTIAP"
config SULU_PLUGIN_MULTIAP_VERSION config SULU_PLUGIN_MULTIAP_VERSION
depends on SULU_PLUGIN_MULTIAP_ENABLE depends on SULU_PLUGIN_MULTIAP_ENABLE
string "Version" string "Version"
default "db3828affb373a9ca9bae0b07591ab5c417825a7" default "c61e4df45c0515cc5aad56d858c8d9f3370304d6"
endmenu endmenu
menu "SULU_THEME_IOPSYS" menu "SULU_THEME_IOPSYS"

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sulu-builder PKG_NAME:=sulu-builder
PKG_VERSION:=1.3.26 PKG_VERSION:=1.3.27
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git
PKG_SOURCE_VERSION:=6d6848119bffdbe0ec9b8116caf6375749299dc0 PKG_SOURCE_VERSION:=2efccc85f0a6f87c559fca197e81a0509546c692
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sulu PKG_NAME:=sulu
PKG_VERSION:=1.3.26 PKG_VERSION:=1.3.27
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
PKG_SOURCE_VERSION:=6d6848119bffdbe0ec9b8116caf6375749299dc0 PKG_SOURCE_VERSION:=2efccc85f0a6f87c559fca197e81a0509546c692
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz