upgraded ngx_encrypted_session to 0.08.

This commit is contained in:
Yichun Zhang (agentzh) 2018-04-19 13:30:38 -07:00
parent 372befff8d
commit c89133ec7e
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1
#################################
ver=0.08rc1
ver=0.08
$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