upgraded lua-resty-mysql to 0.23.

This commit is contained in:
jiahao 2020-11-04 11:03:14 +08:00 committed by Johnny Wang
parent 72d8adc75c
commit 1c4063664e
1 changed files with 1 additions and 1 deletions

View File

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