upgraded lua-resty-memcached to 0.07 and lua-resty-upload to 0.03.
This commit is contained in:
parent
558cbf12fc
commit
8294e9b37a
|
@ -265,7 +265,7 @@ mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
|
|||
|
||||
#################################
|
||||
|
||||
ver=0.06
|
||||
ver=0.07
|
||||
$root/util/get-tarball "http://github.com/agentzh/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 agentzh-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1
|
||||
|
@ -286,7 +286,7 @@ mv agentzh-lua-resty-mysql-* lua-resty-mysql-$ver || exit 1
|
|||
|
||||
#################################
|
||||
|
||||
ver=0.02
|
||||
ver=0.03
|
||||
$root/util/get-tarball "http://github.com/agentzh/lua-resty-upload/tarball/v$ver" -O "lua-resty-upload-$ver.tar.gz" || exit 1
|
||||
tar -xzf lua-resty-upload-$ver.tar.gz || exit 1
|
||||
mv agentzh-lua-resty-upload-* lua-resty-upload-$ver || exit 1
|
||||
|
|
Loading…
Reference in New Issue