upgraded lua-resty-mysql to 0.24.

This commit is contained in:
jiahao
2021-06-30 00:34:32 +08:00
parent ca141a4b66
commit 4933c6f612
2 changed files with 59 additions and 59 deletions

View File

@ -758,7 +758,7 @@ mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1
#################################
ver=0.24rc1
ver=0.24
$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