From 2ad12a7dffcc9336e9c52f4ed5c3703c50b14a2c Mon Sep 17 00:00:00 2001 From: Mattraks <16359027+Mattraks@users.noreply.github.com> Date: Sat, 26 Sep 2020 11:21:02 +0800 Subject: [PATCH] v2ray:switch asset files' download url to v2fly --- package/lean/v2ray/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index c52f3628d2..786de910e3 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -69,7 +69,7 @@ include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk define Package/$(PKG_NAME) TITLE:=A platform for building proxies - URL:=https://www.v2ray.com + URL:=https://www.v2fly.org SECTION:=net CATEGORY:=Network DEPENDS:=$(GO_ARCH_DEPENDS) +ca-certificates @@ -230,7 +230,7 @@ GEOIP_VER:=latest GEOIP_FILE:=geoip-$(GEOIP_VER).dat define Download/geoip.dat - URL:=https://github.com/v2ray/geoip/releases/$(GEOIP_VER)/download + URL:=https://github.com/v2fly/geoip/releases/$(GEOIP_VER)/download URL_FILE:=geoip.dat FILE:=$(GEOIP_FILE) HASH:=skip @@ -240,7 +240,7 @@ GEOSITE_VER:=latest GEOSITE_FILE:=geosite-$(GEOSITE_VER).dat define Download/geosite.dat - URL:=https://github.com/v2ray/domain-list-community/releases/$(GEOSITE_VER)/download + URL:=https://github.com/v2fly/domain-list-community/releases/$(GEOSITE_VER)/download URL_FILE:=dlc.dat FILE:=$(GEOSITE_FILE) HASH:=skip