diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-30 09:49:43 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-30 20:22:24 +0800 |
commit | 3b8921d1aed3c183cc02f57fe7809af4d20ecf18 (patch) | |
tree | b6fbc30b66cee6404388feb181970948d2a589df /net/xray-core/Makefile | |
parent | 46c42d0a76bea063bb7e1a7272ec7ca1add7c4f5 (diff) |
xray-core: Update to 1.8.4
Removed upstreamed patch.
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 6440dab78..971a8a78d 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.8.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.4 +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:=bdfa65c15cd25f931745d9c70c753503db5d119ff11960ca7b3a2e19c4b0a8d1 +PKG_HASH:=89f73107abba9bd438111edfe921603ddb3c2b631b2716fbdc6be78552f0d322 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MPL-2.0 |