upgraded lua-resty-memcached to v0.16rc1.

This commit is contained in:
Johnny Wang
2021-05-07 19:17:04 +08:00
committed by GitHub
parent e0eb531243
commit 6cd17e53fa
2 changed files with 58 additions and 58 deletions

View File

@ -730,7 +730,7 @@ cd ..
#################################
ver=0.15
ver=0.16rc1
$root/util/get-tarball "https://github.com/openresty/lua-resty-memcached/tarball/v$ver" -O "lua-resty-memcached-$ver.tar.gz" || exit 1
tar -xzf lua-resty-memcached-$ver.tar.gz || exit 1
mv openresty-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1