upgraded ngx_rds_json to 0.15.

This commit is contained in:
Yichun Zhang (agentzh) 2017-11-03 16:10:00 -07:00
parent 82c70515b3
commit 67e6fb305f
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ mv openresty-set-misc-nginx-module-* set-misc-nginx-module-$ver || exit 1
#################################
ver=0.14
ver=0.15
$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