version 0.12 - add secure lib
This commit is contained in:
parent
8cf4729a34
commit
bc386594d9
4
dist/bes-build
vendored
4
dist/bes-build
vendored
|
@ -743,7 +743,7 @@ meta = 39 100 170" > "$tmp"
|
|||
fi
|
||||
}
|
||||
|
||||
BES_LIB="color echo install ini service dep1 dep2"
|
||||
BES_LIB="color echo install ini service secure dep1 dep2"
|
||||
BES_LOADED_LIB=
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
function bes.inlist ()
|
||||
|
@ -941,7 +941,7 @@ bes.boot
|
|||
# @date 2017-06-16 04:38:52 CET
|
||||
#
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
BES_VERSION=0.11
|
||||
BES_VERSION=0.12
|
||||
BES_NAME="bes-build"
|
||||
BES_URL="https://git.pluie.org/meta-tech/$BES_NAME/raw/latest/dist/$BES_NAME"
|
||||
APP_DIR=$(pwd)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# @date 2017-06-16 04:38:52 CET
|
||||
#
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
BES_VERSION=0.11
|
||||
BES_VERSION=0.12
|
||||
BES_NAME="bes-build"
|
||||
BES_URL="https://git.pluie.org/meta-tech/$BES_NAME/raw/latest/dist/$BES_NAME"
|
||||
APP_DIR=$(pwd)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
BES_LIB="color echo install ini service dep1 dep2"
|
||||
BES_LIB="color echo install ini service secure dep1 dep2"
|
||||
BES_LOADED_LIB=
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
function bes.inlist ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user