mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sulu: 1.1.1
This commit is contained in:
parent
ed3c62e3c9
commit
4187ed6f9d
3 changed files with 7 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ menu "SULU_CORE"
|
||||||
|
|
||||||
config SULU_CORE_VERSION
|
config SULU_CORE_VERSION
|
||||||
string "SULU repo version"
|
string "SULU repo version"
|
||||||
default "e70bc7f162d67be3ddd3a2b98940a4833b9d88f6"
|
default "1fae3d4b751faa30e5d936d26282d1d9f5d94f2d"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "SULU_PLUGIN_LCM"
|
menu "SULU_PLUGIN_LCM"
|
||||||
|
|
@ -35,7 +35,7 @@ menu "SULU_PLUGIN_LCM"
|
||||||
config SULU_PLUGIN_LCM_VERSION
|
config SULU_PLUGIN_LCM_VERSION
|
||||||
depends on SULU_PLUGIN_LCM_ENABLE
|
depends on SULU_PLUGIN_LCM_ENABLE
|
||||||
string "Version"
|
string "Version"
|
||||||
default "fc739fb988c08b85c0e494171dffd8bb2c777cf7"
|
default "6caba9aa4cb1f26e3cf56bc91b44f3d29dd79bee"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "SULU_PLUGIN_MULTIAP"
|
menu "SULU_PLUGIN_MULTIAP"
|
||||||
|
|
@ -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 "3b28a9c15c654958adab88ce74b3514665713804"
|
default "89b4e4b95d3a94b88782f5cdc9d1eafd5728a1f7"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "SULU_THEME_IOPSYS"
|
menu "SULU_THEME_IOPSYS"
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sulu-builder
|
PKG_NAME:=sulu-builder
|
||||||
PKG_VERSION:=1.1.0
|
PKG_VERSION:=1.1.1
|
||||||
|
|
||||||
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:=9de4ff0e79738156be795551fa294f8e45ac85d1
|
PKG_SOURCE_VERSION:=2773675239270b53b136cbc8553c5f0a34c3e617
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sulu
|
PKG_NAME:=sulu
|
||||||
PKG_VERSION:=1.1.0
|
PKG_VERSION:=1.1.1
|
||||||
|
|
||||||
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:=9de4ff0e79738156be795551fa294f8e45ac85d1
|
PKG_SOURCE_VERSION:=2773675239270b53b136cbc8553c5f0a34c3e617
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue