From c93003eab6618bf635b51d095b7010765d85dc38 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Fri, 13 Mar 2020 08:15:51 +0800 Subject: [PATCH] Update dat files download links due to https://github.com/v2ray/geoip/issues/18 --- release/release-ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/release-ci.sh b/release/release-ci.sh index 0afb3c511..0ec14e13a 100644 --- a/release/release-ci.sh +++ b/release/release-ci.sh @@ -60,11 +60,11 @@ popd pushd $GOPATH/src/v2ray.com/core/ # Update geoip.dat -curl -L -o release/config/geoip.dat "https://github.com/v2ray/geoip/releases/latest/download/geoip.dat" +curl -L -o release/config/geoip.dat "https://github.com/v2ray/geoip/raw/release/geoip.dat" sleep 1 # Update geosite.dat -curl -L -o release/config/geosite.dat "https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat" +curl -L -o release/config/geosite.dat "https://github.com/v2ray/domain-list-community/raw/release/dlc.dat" sleep 1 popd