upgraded lua-resty-core to 0.1.5.

This commit is contained in:
Yichun Zhang (agentzh) 2016-03-08 16:54:31 -08:00
parent 7d9e51e1b3
commit 74940ddd15
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ cd ..
#################################
ver=0.1.4
ver=0.1.5
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1