Community maintained packages for ImmortalWrt.
Revision | 474d5b484500282da27bbee4196c730a8ad9c525 (tree) |
---|---|
Time | 2022-08-05 22:58:19 |
Author | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
v2raya: Update to 1.5.9.1698.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit aeea401a2cefe6c27adef803eda619907e108f83)
@@ -5,12 +5,12 @@ | ||
5 | 5 | include $(TOPDIR)/rules.mk |
6 | 6 | |
7 | 7 | PKG_NAME:=v2rayA |
8 | -PKG_VERSION:=1.5.8.1 | |
8 | +PKG_VERSION:=1.5.9.1698.1 | |
9 | 9 | PKG_RELEASE:=$(AUTORELEASE) |
10 | 10 | |
11 | 11 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
12 | 12 | PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)? |
13 | -PKG_HASH:=822ec4a93933d93aed1bda6f9a3c08915135c0fc33bebe5e69b293cf30fe35c2 | |
13 | +PKG_HASH:=247a357230c616bf48309c61d119686e4ad56939c05afef584c45051e9dc6220 | |
14 | 14 | PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service |
15 | 15 | |
16 | 16 | PKG_LICENSE:=AGPL-3.0-only |
@@ -61,7 +61,7 @@ define Download/v2raya-web | ||
61 | 61 | URL:=https://codeload.github.com/v2rayA/v2raya-web/tar.gz/v$(PKG_VERSION)? |
62 | 62 | URL_FILE:=$(WEB_FILE) |
63 | 63 | FILE:=$(WEB_FILE) |
64 | - HASH:=b13beac91d75c64af4ca6d7365716968702ce1be3f0c3e94d26e01daa07f223b | |
64 | + HASH:=149097a42c3e5fa6f5c3cd46d1bf7ec4546e79ad37c1446b759539e700bd75e2 | |
65 | 65 | endef |
66 | 66 | |
67 | 67 | define Build/Prepare |
@@ -1,6 +1,6 @@ | ||
1 | 1 | --- a/core/v2ray/process.go |
2 | 2 | +++ b/core/v2ray/process.go |
3 | -@@ -195,6 +195,7 @@ func StartCoreProcess(ctx context.Contex | |
3 | +@@ -226,6 +226,7 @@ func StartCoreProcess(ctx context.Contex | |
4 | 4 | dir := path.Dir(v2rayBinPath) |
5 | 5 | var arguments = []string{ |
6 | 6 | v2rayBinPath, |