upgraded ngx_encrypted_session to 0.04.

This commit is contained in:
Yichun Zhang (agentzh) 2015-06-23 19:40:34 +08:00
parent e1b680f985
commit 3ddbf6f8d4
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1
#################################
ver=0.03
ver=0.04
$root/util/get-tarball "https://github.com/openresty/encrypted-session-nginx-module/tarball/v$ver" -O encrypted-session-nginx-module-$ver.tar.gz || exit 1
tar -xzf encrypted-session-nginx-module-$ver.tar.gz || exit 1
mv openresty-encrypted-session-nginx-module-* encrypted-session-nginx-module-$ver || exit 1