|
@ -2,10 +2,10 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=xray-core |
|
|
PKG_NAME:=xray-core |
|
|
PKG_VERSION:=1.2.4 |
|
|
PKG_VERSION:=1.2.4 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
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:=25f6c9edec0ac1f98328943cd2bb760ac7b69107582f9d27e43559da39dc01ed |
|
|
PKG_HASH:=25f6c9edec0ac1f98328943cd2bb760ac7b69107582f9d27e43559da39dc01ed |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@project-openwrt.eu.org> |
|
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@project-openwrt.eu.org> |
|
@ -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://xtls.github.io |
|
|
|
|
|
|
|
|
URL:=https://xray.sh |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/xray-core |
|
|
define Package/xray-core |
|
|