upgraded ngx_coolkit to 0.2 (no code changes).

This commit is contained in:
Yichun Zhang (agentzh) 2018-10-29 14:52:55 -07:00
parent b7244e79a3
commit 716f518749
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ mv openresty-ngx_postgres-* ngx_postgres-$ver || exit 1
#################################
ver=0.2rc3
ver=0.2
$root/util/get-tarball "https://github.com/FRiCKLE/ngx_coolkit/tarball/$ver" -O ngx_coolkit-$ver.tar.gz || exit 1
tar -xzf ngx_coolkit-$ver.tar.gz || exit 1
mv FRiCKLE-ngx_coolkit-* ngx_coolkit-$ver || exit 1