This commit is contained in:
armv9 2025-02-23 23:26:48 +09:00
parent 3b3c6757b9
commit d44438df8b
3 changed files with 3 additions and 20 deletions

View File

@ -6,10 +6,6 @@ ENV_NB4A=1
source "buildScript/lib/core/get_source_env.sh"
pushd ..
######
## From nekoray/libs/get_source.sh
######
####
if [ ! -d "sing-box" ]; then
@ -17,17 +13,6 @@ if [ ! -d "sing-box" ]; then
fi
pushd sing-box
git checkout "$COMMIT_SING_BOX"
popd
####
if [ ! -d "sing-quic" ]; then
git clone --no-checkout https://github.com/MatsuriDayo/sing-quic.git
fi
pushd sing-quic
git checkout "$COMMIT_SING_QUIC"
popd
####
@ -37,7 +22,6 @@ if [ ! -d "libneko" ]; then
fi
pushd libneko
git checkout "$COMMIT_LIBNEKO"
popd
####

View File

@ -1,3 +1,2 @@
export COMMIT_SING_BOX="06557f6cef23160668122a17a818b378b5a216b5"
export COMMIT_SING_QUIC="b49ce60d9b3622d5238fee96bfd3c5f6e3915b42"
export COMMIT_SING_BOX="76802b787333ad72bc1db2de79ea69993b79d892"
export COMMIT_LIBNEKO="1c47a3af71990a7b2192e03292b4d246c308ef0b"

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.3.4
VERSION_CODE=38
VERSION_NAME=1.3.5
VERSION_CODE=39