upgraded lua-resty-memcached to 0.16.

This commit is contained in:
jiahao
2021-06-30 00:31:29 +08:00
parent 13700cacb6
commit ca141a4b66
2 changed files with 58 additions and 58 deletions

View File

@ -740,7 +740,7 @@ cd ..
#################################
ver=0.16rc1
ver=0.16
$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