upgraded opm to 0.0.6.

This commit is contained in:
jiahao
2021-06-30 00:20:16 +08:00
parent 826e7286e0
commit 9d1eb80e1e
2 changed files with 60 additions and 60 deletions

View File

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