sulu: 1.3.21

This commit is contained in:
vdutta 2022-12-16 13:46:03 +05:30
parent 60d606e0fb
commit 8e6d97453d
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 "c54a95d732e1347fcdb98ee79b28cc7014616c93"
default "e0ca97bd644828c7edf8d25410f47595052d9815"
endmenu
menu "SULU_PLUGIN_LCM"

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sulu-builder
PKG_VERSION:=1.3.20
PKG_VERSION:=1.3.21
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu-builder.git
PKG_SOURCE_VERSION:=89d482571e3d79a1f6e6695947fae6cd55b1058c
PKG_SOURCE_VERSION:=5fd8e9b0498976081570eb10ec3e2a6c041bfbc4
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.20
PKG_VERSION:=1.3.21
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
PKG_SOURCE_VERSION:=89d482571e3d79a1f6e6695947fae6cd55b1058c
PKG_SOURCE_VERSION:=5fd8e9b0498976081570eb10ec3e2a6c041bfbc4
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz