upgraded lua-resty-mysql to 0.17.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-04 14:49:09 -07:00
parent 6c8f4f87ba
commit 6cb4ae0de3
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1
#################################
ver=0.16
ver=0.17
$root/util/get-tarball "https://github.com/openresty/lua-resty-mysql/tarball/v$ver" -O "lua-resty-mysql-$ver.tar.gz" || exit 1
tar -xzf lua-resty-mysql-$ver.tar.gz || exit 1
mv openresty-lua-resty-mysql-* lua-resty-mysql-$ver || exit 1