Skip to content

Commit

Permalink
bump version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Jan 16, 2017
1 parent d1d946c commit ef59f37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=shadowsocks-libev
PKG_VERSION:=2.6.1
PKG_VERSION:=2.6.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/shadowsocks/openwrt-shadowsocks/releases/download/v$(PKG_VERSION)
PKG_MD5SUM:=e84abd454b31cbc47ebd673ba02bf6c7
PKG_MD5SUM:=6afee8b6ebcef21e8e921d198b93c362

PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Shadowsocks-libev for OpenWrt
password | 字符串 | 服务端设置的密码
method | 字符串 | 加密方式, [详情参考][E]
timeout | 整数值 | 超时时间(秒), 默认 60
plugin | 字符串 | 插件及其参数, eg: `obfs-local --obfs http --obfs-host www.baidu.com`
plugin | 字符串 | 插件名称, eg: `obfs-local`
plugin_opts | 字符串 | 插件参数, eg: `obfs=http;obfs-host=www.baidu.com`
fast_open | 布尔值 | 是否启用 [TCP Fast Open][F], 只适用于 `ss-local`, `ss-server`
auth | 布尔值 | 是否启用[一次验证][A]
nofile | 整数值 | 设置 Linux ulimit
Expand Down

0 comments on commit ef59f37

Please sign in to comment.