upgraded lua-resty-mysql to 0.18.
This commit is contained in:
parent
cfc14f5d26
commit
2fd117c427
|
@ -642,7 +642,7 @@ mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1
|
|||
|
||||
#################################
|
||||
|
||||
ver=0.17
|
||||
ver=0.18
|
||||
$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
|
||||
|
|
Loading…
Reference in New Issue