shadowsocks-client: change git repository url 2466/head
authorZhao, Gang <gang.zhao.42@gmail.com>
Mon, 7 Mar 2016 00:46:48 +0000 (08:46 +0800)
committerZhao, Gang <gang.zhao.42@gmail.com>
Mon, 7 Mar 2016 00:53:05 +0000 (08:53 +0800)
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 <gang.zhao.42@gmail.com>
net/shadowsocks-client/Makefile

index 4e1427095377dbde64530b11a9ae208a30080892..3e8c9be243bf2d6f3b562149f2c9e5152a6c6197 100644 (file)
@@ -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