From: Zhao, Gang Date: Mon, 7 Mar 2016 00:46:48 +0000 (+0800) Subject: shadowsocks-client: change git repository url X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5247bd7ea405f995c46be802b47746479ea8aa5e;p=feed%2Fpackages.git shadowsocks-client: change git repository url Change the git repository url to use https. Because it's found that in some network environments http doesn't work. Signed-off-by: Zhao, Gang --- diff --git a/net/shadowsocks-client/Makefile b/net/shadowsocks-client/Makefile index 4e14270953..3e8c9be243 100644 --- a/net/shadowsocks-client/Makefile +++ b/net/shadowsocks-client/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=0.6 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=http://github.com/zhao-gang/shadowsocks-tiny.git +PKG_SOURCE_URL:=https://github.com/zhao-gang/shadowsocks-tiny.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=b59d754f838213d60b908aed0b7d4d5a81f273e2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz