upgraded opm to 0.0.7.

This commit is contained in:
jiahao 2023-01-19 10:59:28 +08:00
parent 3aec27a4e8
commit 7043c6b9b7
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

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