diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-11-03 16:20:16 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-03 20:26:30 -0700 |
commit | e606ea7e78c8f294e3d30df01aa82b3346dbeffe (patch) | |
tree | a07a472174776d9ed63a9de7c2d5ad92688a1750 /net/xray-core/Makefile | |
parent | c7aac5c722ad847e4f2980b7a855c8e29e99b3e4 (diff) |
xray-core: Update to 1.6.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/xray-core/Makefile')
-rw-r--r-- | net/xray-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index 45c89cb51..c0554f980 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=1.6.1 +PKG_VERSION:=1.6.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=8b4cc89d83b0ded75630119d9e2456764530490c7fb5e8a27de0cdf9c57fef15 +PKG_HASH:=bdfeea9dc321007ae4e207c4d6e3a86a6787754a0ac8cf26313b19ce5567c4e9 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MPL-2.0 |