diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-11-29 00:19:15 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2022-11-29 00:19:15 +0800 |
commit | b3e453f33517747ef9fb48536cced4e42f7abc99 (patch) | |
tree | e3db7a21c04f69d618c664b03ca449716408a7a5 /net/xray-core | |
parent | 255d19a007ab9a0dbefab88f0be934f6cffe5ed5 (diff) |
xray-core: Update to 1.6.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/xray-core')
-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 5436db2d6..e231bc796 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.4 +PKG_VERSION:=1.6.5 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:=8f81aecb5c28585c98ea95e563d2f03a7d21daa333778f9c4f0aeed27afacef4 +PKG_HASH:=61956d8d72d086fbf83e6a3aff191d010401aca34f30015f839f8a73bf50914c PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MPL-2.0 |