upgraded opm to 0.0.5rc1.

This commit is contained in:
Yichun Zhang (agentzh) 2018-03-08 00:00:18 -08:00
parent 7a8fb4bc81
commit d11dee9ca8
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ resty_cli=resty-cli-$ver
#################################
ver=0.0.4
ver=0.0.5rc1
$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