Explorar el Código

Merge pull request #2466 from zhao-gang/ss-client-update

shadowsocks-client: change git repository url
Yousong Zhou hace 8 años
padre
commit
51795430fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      net/shadowsocks-client/Makefile

+ 1
- 1
net/shadowsocks-client/Makefile Ver fichero

@@ -5,7 +5,7 @@ PKG_VERSION:=0.6
5 5
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
6 6
 
7 7
 PKG_SOURCE_PROTO:=git
8
-PKG_SOURCE_URL:=http://github.com/zhao-gang/shadowsocks-tiny.git
8
+PKG_SOURCE_URL:=https://github.com/zhao-gang/shadowsocks-tiny.git
9 9
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
10 10
 PKG_SOURCE_VERSION:=b59d754f838213d60b908aed0b7d4d5a81f273e2
11 11
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz