upgraded lua-resty-core to 0.1.9.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-04 13:47:11 -07:00
parent b37d406423
commit b488540a2f
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ cd ..
#################################
ver=0.1.8
ver=0.1.9
$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