upgraded opm to 0.0.3.

This commit is contained in:
Yichun Zhang (agentzh) 2017-04-08 15:19:07 -07:00
parent d00f1e1ef0
commit 8caa177718
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ resty_cli=resty-cli-$ver
#################################
ver=0.0.2
ver=0.0.3
$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