Skip to content

Commit

Permalink
update null
Browse files Browse the repository at this point in the history
  • Loading branch information
fw867 committed May 7, 2019
1 parent eb2bc0f commit 5229abd
Show file tree
Hide file tree
Showing 12 changed files with 496 additions and 491 deletions.
969 changes: 487 additions & 482 deletions softcenter/app.json.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v2ray/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh

MODULE=v2ray
VERSION=2.3.6
VERSION=2.3.7
TITLE="V2Ray"
DESCRIPTION="模块化的代理软件包"
HOME_URL=Module_v2ray.asp
CHANGELOG="增加无需验证配置"
CHANGELOG="增加本地端口流量标记"

# Check and include base
DIR="$( cd "$( dirname "$BASH_SOURCE[0]" )" && pwd )"
Expand Down
8 changes: 4 additions & 4 deletions v2ray/config.json.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version":"2.3.6",
"md5":"cc11f169dc179f7b2c41d106880d8108",
"version":"2.3.7",
"md5":"8eb2acf2941bea79a10e56e1e973cf5c",
"home_url":"Module_v2ray.asp",
"title":"V2Ray",
"description":"模块化的代理软件包",
"changelog":"增加无需验证配置",
"build_date":"2019-03-17_00:47:47"
"changelog":"增加本地端口流量标记",
"build_date":"2019-05-07_20:32:14"
}
Binary file added v2ray/history/2.3.7/v2ray.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions v2ray/history/version
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
2.3.4 d0a1a4bb929106c5e70ce5af38b429cb
2.3.5 a772976af4b766dc1a27ca357f747595
2.3.6 cc11f169dc179f7b2c41d106880d8108
2.3.7 8eb2acf2941bea79a10e56e1e973cf5c
Binary file modified v2ray/v2ray.tar.gz
Binary file not shown.
1 change: 0 additions & 1 deletion v2ray/v2ray/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ chmod +x $KSROOT/scripts/v2ray_*
chmod +x $KSROOT/scripts/uninstall_v2ray.sh
chmod +x $KSROOT/bin/v2ray
chmod +x $KSROOT/bin/v2ctl
chmod +x $KSROOT/bin/smartdns

if [ -n "$v2ray_basic_config" ]; then
dbus set v2ray_server_tag_1="节点1"
Expand Down
Binary file modified v2ray/v2ray/scripts/v2ray_config.sh
Binary file not shown.
Binary file modified v2ray/v2ray/scripts/v2ray_getarp.sh
Binary file not shown.
Binary file modified v2ray/v2ray/scripts/v2ray_status.sh
Binary file not shown.
Binary file modified v2ray/v2ray/scripts/v2ray_sub.sh
Binary file not shown.
4 changes: 2 additions & 2 deletions v2ray/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.3.6
cc11f169dc179f7b2c41d106880d8108
2.3.7
8eb2acf2941bea79a10e56e1e973cf5c

0 comments on commit 5229abd

Please sign in to comment.