mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
fixed the link for lua-cjson-1.0.3 in our mirror-tarballs script. thanks Weibin Yao.
This commit is contained in:
parent
0e42b1d9ef
commit
89d675fa91
@ -219,7 +219,7 @@ cd ..
|
||||
#################################
|
||||
|
||||
ver=1.0.3
|
||||
$root/util/get-tarball "http://www.kyne.com.au/~mark/software/lua-cjson-$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
|
||||
$root/util/get-tarball "http://www.kyne.com.au/~mark/software/old/lua-cjson-$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
|
||||
tar -xzf lua-cjson-$ver.tar.gz || exit 1
|
||||
cd lua-cjson-$ver || exit 1
|
||||
#patch -p1 < $root/patches/lua_cjson-$ver-array_detection_fix.patch || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user