1
0
mirror of https://github.com/openresty/openresty synced 2024-12-25 16:15:50 +01:00

upgraded echo-nginx-module to 0.63.

This commit is contained in:
jiahao 2023-01-19 11:37:20 +08:00
parent 90363486a5
commit 86267fc022
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B

@ -533,7 +533,7 @@ rm -rf no-pool-nginx-$ver
#################################
ver=0.62
ver=0.63
$root/util/get-tarball "https://github.com/openresty/echo-nginx-module/tarball/v$ver" -O echo-nginx-module-$ver.tar.gz || exit 1
tar -xzf echo-nginx-module-$ver.tar.gz || exit 1
mv openresty-echo-nginx-module-* echo-nginx-module-$ver || exit 1