upgraded opm to 0.0.6rc1.

This commit is contained in:
jiahao
2021-05-07 19:34:02 +08:00
parent bd1b387c3d
commit 99d01cdc1c
2 changed files with 60 additions and 60 deletions

View File

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