upgraded lua-resty-websocket to 0.10rc1.

This commit is contained in:
jiahao 2023-01-19 16:07:02 +08:00
parent 95f7d3297f
commit 9c7427f75f
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ cd ..
#################################
ver=0.09
ver=0.10rc1
$root/util/get-tarball "https://github.com/openresty/lua-resty-websocket/tarball/v$ver" -O "lua-resty-websocket-$ver.tar.gz" || exit 1
tar -xzf lua-resty-websocket-$ver.tar.gz || exit 1
mv openresty-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1