sulu: 1.3.1

This commit is contained in:
vdutta 2022-11-04 17:09:07 +05:30 committed by Vivek Kumar Dutta
parent 452b1e548a
commit e91fc5169c
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 "ea9b80a6f7a5fc2230d97706fd1ddbbac66fc6a7"
default "0223630edbe547c3f833c2c6acc874e7880b7141"
endmenu
menu "SULU_PLUGIN_LCM"

View file

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