1
0
mirror of https://github.com/openresty/openresty synced 2025-02-18 18:09:35 +01:00

upgraded ngx_iconv to 0.14.

This commit is contained in:
Yichun Zhang (agentzh) 2016-05-15 16:35:08 -07:00
parent 5ca7a403b9
commit 6229590201

@ -420,7 +420,7 @@ mv calio-form-input-nginx-module-* form-input-nginx-module-$ver || exit 1
#################################
ver=0.13
ver=0.14
$root/util/get-tarball "https://github.com/calio/iconv-nginx-module/tarball/v$ver" -O iconv-nginx-module-$ver.tar.gz || exit 1
tar -xzf iconv-nginx-module-$ver.tar.gz || exit 1
mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1