upgraded lua-resty-upload to 0.11rc1.

This commit is contained in:
jiahao 2023-01-19 11:42:32 +08:00
parent f5eaffb12a
commit 56acc7b9c2
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

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