upgraded lua-tablepool to 0.02.

This commit is contained in:
jiahao
2021-05-07 23:29:20 +08:00
parent e06dd8ff32
commit e51b659141
2 changed files with 58 additions and 58 deletions

View File

@ -843,7 +843,7 @@ cd ..
#################################
ver=0.01
ver=0.02
$root/util/get-tarball "https://github.com/openresty/lua-tablepool/tarball/v$ver" -O "lua-tablepool-$ver.tar.gz" || exit 1
tar -xzf lua-tablepool-$ver.tar.gz || exit 1
mv openresty-lua-tablepool-* lua-tablepool-$ver || exit 1