upgraded opm to 0.0.2.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-13 09:59:50 -08:00
parent e478681308
commit 5d01a5e0b4
1 changed files with 1 additions and 1 deletions

View File

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