|
@ -1,12 +1,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=xray-core |
|
|
PKG_NAME:=xray-core |
|
|
PKG_VERSION:=1.3.0 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.3.1 |
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? |
|
|
PKG_HASH:=1125af4411655abf47913af14a22fd7e2b13371e3566cc03676207519b0fe407 |
|
|
|
|
|
|
|
|
PKG_HASH:=5b860144c470c3f7c6b71ffdf0c3830980f1f6ce431fbe6bf10249c1f0e991a7 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:= |
|
|
PKG_MAINTAINER:= |
|
|
PKG_LICENSE:=MPL-2.0 |
|
|
PKG_LICENSE:=MPL-2.0 |
|
@ -31,7 +31,7 @@ define Package/xray/template |
|
|
TITLE:=A platform for building proxies to bypass network restrictions |
|
|
TITLE:=A platform for building proxies to bypass network restrictions |
|
|
SECTION:=net |
|
|
SECTION:=net |
|
|
CATEGORY:=Network |
|
|
CATEGORY:=Network |
|
|
URL:=https://xray.sh |
|
|
|
|
|
|
|
|
URL:=https://xtls.github.io |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/xray-core |
|
|
define Package/xray-core |
|
@ -80,24 +80,24 @@ define Package/xray-core/conffiles |
|
|
/etc/config/xray |
|
|
/etc/config/xray |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
GEOIP_VER:=202102110014 |
|
|
|
|
|
|
|
|
GEOIP_VER:=202102250625 |
|
|
GEOIP_FILE:=geoip.dat.$(GEOIP_VER) |
|
|
GEOIP_FILE:=geoip.dat.$(GEOIP_VER) |
|
|
|
|
|
|
|
|
define Download/geoip |
|
|
define Download/geoip |
|
|
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/ |
|
|
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/ |
|
|
URL_FILE:=geoip.dat |
|
|
URL_FILE:=geoip.dat |
|
|
FILE:=$(GEOIP_FILE) |
|
|
FILE:=$(GEOIP_FILE) |
|
|
HASH:=c80e61b251fd76b09df5624b12cc84d7e1d9a0492b9acb43e21f0a244b1f9fc3 |
|
|
|
|
|
|
|
|
HASH:=ee41b3c624e27a47b611d7cbee9da605fb9cda7c23bec1326969eb137ca6ebe7 |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
GEOSITE_VER:=20210211141342 |
|
|
|
|
|
|
|
|
GEOSITE_VER:=20210226210728 |
|
|
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) |
|
|
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) |
|
|
|
|
|
|
|
|
define Download/geosite |
|
|
define Download/geosite |
|
|
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ |
|
|
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ |
|
|
URL_FILE:=dlc.dat |
|
|
URL_FILE:=dlc.dat |
|
|
FILE:=$(GEOSITE_FILE) |
|
|
FILE:=$(GEOSITE_FILE) |
|
|
HASH:=e71b4acf2918851dd56e7cda714abb4758deb57b91d716911f33c453b909e796 |
|
|
|
|
|
|
|
|
HASH:=ef9c30bacc6989a0b9fae6043dcef1ec15af96c01eddfa1f1d1ad93d14864f81 |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Build/Prepare |
|
|
define Build/Prepare |
|
|