upgraded opm to 0.0.4.

This commit is contained in:
Yichun Zhang (agentzh) 2017-11-03 16:02:21 -07:00
parent fc75550a08
commit 0e4016c26d
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ resty_cli=resty-cli-$ver
#################################
ver=0.0.4rc1
ver=0.0.4
$root/util/get-tarball "https://github.com/openresty/opm/tarball/v$ver" -O opm-$ver.tar.gz || exit 1
tar -xzf opm-$ver.tar.gz || exit 1
mv openresty-opm-* opm-$ver || exit 1