upgraded lua-resty-mysql to 0.24rc1.

This commit is contained in:
jiahao
2021-05-07 19:27:17 +08:00
parent b9a6f107e2
commit 7d262c5c8d
2 changed files with 59 additions and 59 deletions

View File

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