diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-09-21 02:39:17 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2021-09-21 02:39:17 +0800 |
commit | 0555b05030b511f630a4ddccb77aa9590d9e6da2 (patch) | |
tree | 3dd1560e5dcc8ad5e468c5861ca48d11c0a77a9e /net/xray-core/Makefile | |
parent | 0d844513716fe371d0f130281db0cf366ea7fc00 (diff) |
xray-core: Update to 1.4.4
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 734ef1023..be3b12755 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.4.3 +PKG_VERSION:=1.4.4 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:=222c03855aa22cd47a648c63b8fa82d37b36983b5c99dc0e2f3c61a79edbb850 +PKG_HASH:=57d0bb681811cd7f806e77e0ee13235e4d66da130dd9a79e8b3e4b47b04a06c2 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MPL-2.0 |