diff --git a/buildScript/lib/core/get_source.sh b/buildScript/lib/core/get_source.sh index 09624dc..1c1a18d 100755 --- a/buildScript/lib/core/get_source.sh +++ b/buildScript/lib/core/get_source.sh @@ -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 #### diff --git a/buildScript/lib/core/get_source_env.sh b/buildScript/lib/core/get_source_env.sh index 1f35b7a..36b9446 100644 --- a/buildScript/lib/core/get_source_env.sh +++ b/buildScript/lib/core/get_source_env.sh @@ -1,3 +1,2 @@ -export COMMIT_SING_BOX="06557f6cef23160668122a17a818b378b5a216b5" -export COMMIT_SING_QUIC="b49ce60d9b3622d5238fee96bfd3c5f6e3915b42" +export COMMIT_SING_BOX="76802b787333ad72bc1db2de79ea69993b79d892" export COMMIT_LIBNEKO="1c47a3af71990a7b2192e03292b4d246c308ef0b" diff --git a/nb4a.properties b/nb4a.properties index 227887f..e22a5ad 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.3.4 -VERSION_CODE=38 +VERSION_NAME=1.3.5 +VERSION_CODE=39