Skip to content

Commit

Permalink
upgrade shadowsocks-libev to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 committed Jul 18, 2017
1 parent e799dbd commit 7ae455d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: c
env:
global:
- SHADOWSOCKS_LIBEV_VERSION=3.0.6
- SHADOWSOCKS_LIBEV_VERSION=3.0.7
matrix:
- TOOLCHAIN=mipsel
- TOOLCHAIN=arm
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include libsodium.mk
include libudns.mk
include libev.mk

SHADOWSOCKS_LIBEV_VERSION := 3.0.6
SHADOWSOCKS_LIBEV_VERSION := 3.0.7
SHADOWSOCKS_LIBEV_GIT_REPOSITORY = $(CACHEROOT)/shadowsocks-libev
SHADOWSOCKS_LIBEV_SOURCE := $(shell mktemp -u -d --tmpdir shadowsocks-libev.XXXXXXXXXX)
SHADOWSOCKS_LIBEV_PATCHES := $(wildcard $(PWD)/patch/*.patch)
Expand Down

0 comments on commit 7ae455d

Please sign in to comment.