sulu: 1.3.6

This commit is contained in:
vdutta 2022-11-09 12:27:19 +05:30
parent 6a1b7d91a1
commit cf709c995f
3 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ menu "SULU_CORE"
config SULU_CORE_VERSION
string "SULU repo version"
default "599ab3d058c64940b3f1f415321e1d45ea1a7a94"
default "bbdc086e8371f49d1fa710273e237627fa70b6b8"
endmenu
menu "SULU_PLUGIN_LCM"

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sulu-builder
PKG_VERSION:=1.3.5
PKG_VERSION:=1.3.6
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git
PKG_SOURCE_VERSION:=f807c54d6693c512d3daf93749683a22144482c0
PKG_SOURCE_VERSION:=75d58551b74cc2e4b8e9d223ee310a7114c57673
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.5
PKG_VERSION:=1.3.6
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
PKG_SOURCE_VERSION:=f807c54d6693c512d3daf93749683a22144482c0
PKG_SOURCE_VERSION:=75d58551b74cc2e4b8e9d223ee310a7114c57673
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz