update box

This commit is contained in:
arm64v8a 2023-05-28 12:29:51 +09:00
parent f35ca31360
commit 2349b381f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
if [ ! -z $ENV_NB4A ]; then
export COMMIT_SING_BOX_EXTRA="e7c37b1587c38841f4eb687249a43dab421d8eff"
export COMMIT_SING_BOX_EXTRA="c61e8ae9d227a918e85fcd22fb36d89a0ad9a661"
fi
if [ ! -z $ENV_SING_BOX_EXTRA ]; then

View File

@ -8,7 +8,7 @@ import (
var outdated string
func GetBuildTime() int64 {
buildDate := 20230527
buildDate := 20230528
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
return buildTime.Unix()
}