upgraded lua-resty-string to 0.10.
This commit is contained in:
parent
843c260daf
commit
44540173ea
|
@ -727,7 +727,7 @@ cd ..
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
ver=0.10rc1
|
ver=0.10
|
||||||
$root/util/get-tarball "https://github.com/openresty/lua-resty-string/tarball/v$ver" -O "lua-resty-string-$ver.tar.gz" || exit 1
|
$root/util/get-tarball "https://github.com/openresty/lua-resty-string/tarball/v$ver" -O "lua-resty-string-$ver.tar.gz" || exit 1
|
||||||
tar -xzf lua-resty-string-$ver.tar.gz || exit 1
|
tar -xzf lua-resty-string-$ver.tar.gz || exit 1
|
||||||
mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1
|
mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1
|
||||||
|
|
Loading…
Reference in New Issue