upgraded lua-resty-mysql to 0.20rc1.
This commit is contained in:
parent
bcb9b3b698
commit
5426551809
|
@ -670,7 +670,7 @@ mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1
|
|||
|
||||
#################################
|
||||
|
||||
ver=0.19
|
||||
ver=0.20rc1
|
||||
$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