upgraded ngx_rds_json to 0.14.

This commit is contained in:
Yichun Zhang (agentzh) 2015-06-23 14:55:36 +08:00
parent b1f99a6156
commit fc386017f3
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ mv openresty-set-misc-nginx-module-* set-misc-nginx-module-$ver || exit 1
#################################
ver=0.13
ver=0.14
$root/util/get-tarball "https://github.com/openresty/rds-json-nginx-module/tarball/v$ver" -O rds-json-nginx-module-$ver.tar.gz || exit 1
tar -xzf rds-json-nginx-module-$ver.tar.gz || exit 1
mv openresty-rds-json-nginx-module-* rds-json-nginx-module-$ver || exit 1