upgraded lua-resty-memcached to 0.14.

This commit is contained in:
Yichun Zhang (agentzh) 2016-05-15 14:53:08 -07:00
parent 7af6c9b12c
commit a98bfe8325
1 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ cd ..
#################################
ver=0.13
ver=0.14
$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
@ -678,7 +678,7 @@ cd ..
#################################
ver=0.1.5
ver=0.1.6
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1