From 1f03233c080c521eb519a48be78164a8a942fa8c Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 24 Apr 2022 07:55:20 +0800 Subject: [PATCH] xray-core: Update to 1.5.5 Updated geodata to latest version while at it. Signed-off-by: Tianling Shen (cherry picked from commit 67c0a17fee1a533e4106a6902260848645f39332) --- net/xray-core/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index ca2224dbf..7cdd4548a 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.5.4 +PKG_VERSION:=1.5.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:=af9b9b5b0a2d4f055d19f3580d1c2d3141bbaab9dd7824428c12ae0ced5f511e +PKG_HASH:=3f8d04fef82a922c83bab43cac6c86a76386cf195eb510ccf1cc175982693893 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 @@ -78,24 +78,22 @@ define Package/xray-core/conffiles /etc/config/xray endef -GEOIP_VER:=202203170039 +GEOIP_VER:=202204140052 GEOIP_FILE:=geoip.dat.$(GEOIP_VER) - define Download/geoip URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/ URL_FILE:=geoip.dat FILE:=$(GEOIP_FILE) - HASH:=12c183defbc052e6bd96eb088a7f955f9d3a62d662009d5fb63da040e954e6c8 + HASH:=414ce866e265352970e8306b0611b7237280841d4a21778182864fe66c629ae0 endef -GEOSITE_VER:=20220313173740 +GEOSITE_VER:=20220419022654 GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) - define Download/geosite URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ URL_FILE:=dlc.dat FILE:=$(GEOSITE_FILE) - HASH:=85ae4443a4192c0ff4c759e8a959dac02fac3628be62531939cc9059c3285ad0 + HASH:=cacc5046f134153d7ad37d734ce72c6863a06a07d32dbd8a0d4a531b7ad1a25e endef define Build/Prepare