Browse Source

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 <gang.zhao.42@gmail.com>
lilik-openwrt-22.03
Zhao, Gang 8 years ago
parent
commit
5247bd7ea4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/shadowsocks-client/Makefile

+ 1
- 1
net/shadowsocks-client/Makefile View 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


Loading…
Cancel
Save