upgraded opm to 0.0.5.

This commit is contained in:
Yichun Zhang (agentzh) 2018-04-19 12:28:36 -07:00
parent a737e8a839
commit 994a743f9e
1 changed files with 1 additions and 1 deletions

View File

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