From 5c984d212e32053804c004c6cc3f4e6b72164f2e Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Wed, 4 Nov 2020 12:36:11 +0800 Subject: [PATCH] treewide: switch GOPROXY mirror to goproxy.io --- package/ctcgfw/annie/Makefile | 4 ++-- package/ctcgfw/filebrowser/Makefile | 2 +- package/ctcgfw/openwrt-v2ray-plugin/Makefile | 3 +-- package/lienol/trojan-go/Makefile | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package/ctcgfw/annie/Makefile b/package/ctcgfw/annie/Makefile index 90233eadae..6b58662016 100644 --- a/package/ctcgfw/annie/Makefile +++ b/package/ctcgfw/annie/Makefile @@ -58,7 +58,7 @@ endef ifeq ($(CONFIG_ANNIE_COMPRESS_GOPROXY),y) export GO111MODULE=on - export GOPROXY=https://goproxy.cn + export GOPROXY=https://goproxy.io endif define Build/Prepare @@ -83,4 +83,4 @@ define Package/annie/install endef $(eval $(call GoBinPackage,annie)) -$(eval $(call BuildPackage,annie)) \ No newline at end of file +$(eval $(call BuildPackage,annie)) diff --git a/package/ctcgfw/filebrowser/Makefile b/package/ctcgfw/filebrowser/Makefile index 68343e37fd..c6433a8ee4 100644 --- a/package/ctcgfw/filebrowser/Makefile +++ b/package/ctcgfw/filebrowser/Makefile @@ -63,7 +63,7 @@ endef ifeq ($(CONFIG_FILEBROWSER_COMPRESS_GOPROXY),y) export GO111MODULE=on -export GOPROXY=https://goproxy.cn +export GOPROXY=https://goproxy.io endif define Build/Compile diff --git a/package/ctcgfw/openwrt-v2ray-plugin/Makefile b/package/ctcgfw/openwrt-v2ray-plugin/Makefile index 2308953b4b..7b463ebfcf 100644 --- a/package/ctcgfw/openwrt-v2ray-plugin/Makefile +++ b/package/ctcgfw/openwrt-v2ray-plugin/Makefile @@ -41,8 +41,7 @@ endef ifeq ($(CONFIG_$(PKG_NAME)_INCLUDE_GOPROXY),y) export GO111MODULE=on -export GOPROXY=https://goproxy.cn -#export GOPROXY=https://goproxy.io +export GOPROXY=https://goproxy.io #export GOPROXY=https://mirrors.aliyun.com/goproxy/ endif diff --git a/package/lienol/trojan-go/Makefile b/package/lienol/trojan-go/Makefile index 5917ef0fe3..7dc033d953 100644 --- a/package/lienol/trojan-go/Makefile +++ b/package/lienol/trojan-go/Makefile @@ -60,8 +60,7 @@ endef ifeq ($(CONFIG_TROJAN_GO_COMPRESS_GOPROXY),y) export GO111MODULE=on -GOPROXY=https://goproxy.cn -#export GOPROXY=https://goproxy.io +export GOPROXY=https://goproxy.io #export GOPROXY=https://mirrors.aliyun.com/goproxy/ endif