aboutsummaryrefslogtreecommitdiff
path: root/net/xray-core
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@project-openwrt.eu.org>2021-02-04 02:07:34 +0800
committerTianling Shen <cnsztl@project-openwrt.eu.org>2021-02-04 06:28:36 +0800
commit87a5328dd4948d192e5031cbae4600d8be5c50f1 (patch)
treec7cdffdd4a48c5c3735763aef65c856d1220f8b6 /net/xray-core
parent04c911aeb069cfb9d70e55d57d2695501828e251 (diff)
xray-core: update project url
Use $(AUTORELEASE) to bump PKG_RELEASE automatically. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Diffstat (limited to 'net/xray-core')
-rw-r--r--net/xray-core/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile
index 7ee25ca5e..2fdbdafd7 100644
--- a/net/xray-core/Makefile
+++ b/net/xray-core/Makefile
@@ -2,10 +2,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xray-core
PKG_VERSION:=1.2.4
-PKG_RELEASE:=1
+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_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=25f6c9edec0ac1f98328943cd2bb760ac7b69107582f9d27e43559da39dc01ed
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
SECTION:=net
CATEGORY:=Network
- URL:=https://xtls.github.io
+ URL:=https://xray.sh
endef
define Package/xray-core