|
|
|
@ -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
|
|
|
|
|