Skip to content

Commit 5fce64e

Browse files
committed
1.3.5
1 parent 436c478 commit 5fce64e

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

Diff for: buildScript/lib/core/get_source.sh

-16
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,13 @@ ENV_NB4A=1
66
source "buildScript/lib/core/get_source_env.sh"
77
pushd ..
88

9-
######
10-
## From nekoray/libs/get_source.sh
11-
######
12-
139
####
1410

1511
if [ ! -d "sing-box" ]; then
1612
git clone --no-checkout https://github.com/MatsuriDayo/sing-box.git
1713
fi
1814
pushd sing-box
1915
git checkout "$COMMIT_SING_BOX"
20-
21-
popd
22-
23-
####
24-
25-
if [ ! -d "sing-quic" ]; then
26-
git clone --no-checkout https://github.com/MatsuriDayo/sing-quic.git
27-
fi
28-
pushd sing-quic
29-
git checkout "$COMMIT_SING_QUIC"
30-
3116
popd
3217

3318
####
@@ -37,7 +22,6 @@ if [ ! -d "libneko" ]; then
3722
fi
3823
pushd libneko
3924
git checkout "$COMMIT_LIBNEKO"
40-
4125
popd
4226

4327
####

Diff for: buildScript/lib/core/get_source_env.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
export COMMIT_SING_BOX="06557f6cef23160668122a17a818b378b5a216b5"
2-
export COMMIT_SING_QUIC="b49ce60d9b3622d5238fee96bfd3c5f6e3915b42"
1+
export COMMIT_SING_BOX="76802b787333ad72bc1db2de79ea69993b79d892"
32
export COMMIT_LIBNEKO="1c47a3af71990a7b2192e03292b4d246c308ef0b"

Diff for: nb4a.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PACKAGE_NAME=moe.nb4a
2-
VERSION_NAME=1.3.4
3-
VERSION_CODE=38
2+
VERSION_NAME=1.3.5
3+
VERSION_CODE=39

0 commit comments

Comments
 (0)