From 2349b381f4f6cf1f99e851dbfce988707549df9b Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Sun, 28 May 2023 12:29:51 +0900 Subject: [PATCH] update box --- buildScript/lib/core/get_source_env.sh | 2 +- libcore/date.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildScript/lib/core/get_source_env.sh b/buildScript/lib/core/get_source_env.sh index 964f688..e6436f2 100644 --- a/buildScript/lib/core/get_source_env.sh +++ b/buildScript/lib/core/get_source_env.sh @@ -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 diff --git a/libcore/date.go b/libcore/date.go index d0a8b33..a4f8af7 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -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() }