1
0
mirror of https://github.com/openresty/openresty synced 2024-11-09 18:35:51 +01:00

upgraded lua-resty-core to 0.1.20.

This commit is contained in:
Johnny Wang 2020-10-30 16:40:12 +08:00 committed by GitHub
parent ce740cba10
commit 0e1cad8190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -825,7 +825,7 @@ cd ..
#################################
ver=0.1.20rc3
ver=0.1.20
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1