From 5dd5cabd74787ff21f141a07c466b518c2d5827d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 2 Apr 2021 16:59:11 +0800 Subject: [PATCH] xray-core: Update to 1.4.2 Updated geo datas to latest version. Signed-off-by: Tianling Shen (backported from 781c70077bf5dfd1c372c3a7a6955eadb3e380a2) --- net/xray-core/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index 8889b7ea2a..1264dc9a7f 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.1 +PKG_VERSION:=1.4.2 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:=0dfedb6e133f431e9588a84b7a36112e058bf09ced2d10ffe603ab0db6610430 +PKG_HASH:=565255d8c67b254f403d498b9152fa7bc097d649c50cb318d278c2be644e92cc PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 @@ -80,24 +80,24 @@ define Package/xray-core/conffiles /etc/config/xray endef -GEOIP_VER:=202103250007 +GEOIP_VER:=202104010913 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:=eca0b25e528167dbdec6c130b6a5240284ce20b28158d1448f8dbeddace2e8cf + HASH:=f94e464f7f37e6f3c88c2aa5454ab02a4b840bc44c75c5001719a618916906cf endef -GEOSITE_VER:=20210330120529 +GEOSITE_VER:=20210401091829 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:=e7f41feadae73854a2e2103aa5e09f3e8d6ed924391e3963d3b1a67ef61d6ad2 + HASH:=ee9778dc00b703905ca1f400ad13dd462eae52c5aee6465f0a7543b0232c9d08 endef define Build/Prepare -- 2.30.2