chore(dep): change lua-resty-cookie's repo (#10630)
since cloudflare has archived the upstream repo, we choose a more active forked repo to use. Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
ad406b64d8
commit
0a054d1f58
1 changed files with 4 additions and 4 deletions
|
@ -92,8 +92,8 @@ export LUA_RESTY_CACHE=0.13
|
||||||
# Check for recent changes: https://github.com/openresty/lua-resty-core/compare/v0.1.27...master
|
# Check for recent changes: https://github.com/openresty/lua-resty-core/compare/v0.1.27...master
|
||||||
export LUA_RESTY_CORE=0.1.27
|
export LUA_RESTY_CORE=0.1.27
|
||||||
|
|
||||||
# Check for recent changes: https://github.com/cloudflare/lua-resty-cookie/compare/v0.1.0...master
|
# Check for recent changes: https://github.com/utix/lua-resty-cookie/compare/9533f47...master
|
||||||
export LUA_RESTY_COOKIE_VERSION=303e32e512defced053a6484bc0745cf9dc0d39e
|
export LUA_RESTY_COOKIE_VERSION=9533f479371663107b515590fc9daf00d61ebf11
|
||||||
|
|
||||||
# Check for recent changes: https://github.com/openresty/lua-resty-dns/compare/v0.22...master
|
# Check for recent changes: https://github.com/openresty/lua-resty-dns/compare/v0.22...master
|
||||||
export LUA_RESTY_DNS=0.22
|
export LUA_RESTY_DNS=0.22
|
||||||
|
@ -285,8 +285,8 @@ fi
|
||||||
get_src a77b9de160d81712f2f442e1de8b78a5a7ef0d08f13430ff619f79235db974d4 \
|
get_src a77b9de160d81712f2f442e1de8b78a5a7ef0d08f13430ff619f79235db974d4 \
|
||||||
"https://github.com/openresty/lua-cjson/archive/$LUA_CJSON_VERSION.tar.gz"
|
"https://github.com/openresty/lua-cjson/archive/$LUA_CJSON_VERSION.tar.gz"
|
||||||
|
|
||||||
get_src 5ed48c36231e2622b001308622d46a0077525ac2f751e8cc0c9905914254baa4 \
|
get_src a404c790553617424d743b82a9f01feccd0d2930b306b370c665ca3b7c09ccb6 \
|
||||||
"https://github.com/cloudflare/lua-resty-cookie/archive/$LUA_RESTY_COOKIE_VERSION.tar.gz"
|
"https://github.com/utix/lua-resty-cookie/archive/$LUA_RESTY_COOKIE_VERSION.tar.gz"
|
||||||
|
|
||||||
get_src 573184006b98ccee2594b0d134fa4d05e5d2afd5141cbad315051ccf7e9b6403 \
|
get_src 573184006b98ccee2594b0d134fa4d05e5d2afd5141cbad315051ccf7e9b6403 \
|
||||||
"https://github.com/openresty/lua-resty-lrucache/archive/v$LUA_RESTY_CACHE.tar.gz"
|
"https://github.com/openresty/lua-resty-lrucache/archive/v$LUA_RESTY_CACHE.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue