diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-12-25 15:01:03 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2022-12-25 15:01:03 +0800 |
commit | 4afc17e6e0784bd507994c0e53e13a5aa21af2d6 (patch) | |
tree | e5b190f0146a4aec0e115bac2e8c8e119d1050c8 /net/xray-core/Makefile | |
parent | 071e97949f75de5a7dc1d19c48663e01f0c02a00 (diff) |
xray-core: Update to 1.6.6-2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/xray-core/Makefile')
-rw-r--r-- | net/xray-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index e231bc796..37549ba53 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.5 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.6.6-2 +PKG_RELEASE:=1 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:=61956d8d72d086fbf83e6a3aff191d010401aca34f30015f839f8a73bf50914c +PKG_HASH:=228fedbf5b624883ed2b0d1e3acf66842df483aa5a113995a4434314b3e755eb PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MPL-2.0 |