1
0
mirror of https://github.com/openresty/openresty synced 2024-11-14 08:45:50 +01:00

upgraded ngx_srcache to 0.28.

This commit is contained in:
Yichun Zhang (agentzh) 2014-07-08 14:13:12 -07:00
parent b92c497d19
commit a485e40fb8

@ -349,7 +349,7 @@ mv openresty-memc-nginx-module-* memc-nginx-module-$ver || exit 1
#################################
ver=0.27
ver=0.28
$root/util/get-tarball "https://github.com/openresty/srcache-nginx-module/tarball/v$ver" -O srcache-nginx-module-$ver.tar.gz || exit 1
tar -xzf srcache-nginx-module-$ver.tar.gz || exit 1
mv openresty-srcache-nginx-module-* srcache-nginx-module-$ver || exit 1