Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #48 from huangnauh/feature/update_deps
Browse files Browse the repository at this point in the history
update pcre
  • Loading branch information
huangnauh authored Nov 11, 2019
2 parents e487e0d + a8702df commit fca13e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/deps
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ get() {
get LuaJIT $V_LUAJIT https://github.com/openresty/luajit2/archive/v$V_LUAJIT.tar.gz || exit 1
get nginx $V_NGINX http://nginx.org/download/nginx-$V_NGINX.tar.gz || exit 1
get lua-nginx-module $V_NGX_LUA_MODULE https://github.com/chaoslawful/lua-nginx-module/archive/v$V_NGX_LUA_MODULE.tar.gz || exit 1
get pcre $V_PCRE ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$V_PCRE.tar.gz || exit 1
get pcre $V_PCRE https://ftp.pcre.org/pub/pcre/pcre-$V_PCRE.tar.gz || exit 1
get lua-cjson $V_LUA_CJSON http://www.kyne.com.au/~mark/software/download/lua-cjson-$V_LUA_CJSON.tar.gz || exit 1
get lua-cmsgpack $V_CMSGPACK https://github.com/cloudflare/lua-cmsgpack/archive/$V_CMSGPACK.tar.gz || exit 1
get luasocket $V_LUASOCKET https://github.com/diegonehab/luasocket/archive/v$V_LUASOCKET.tar.gz || exit 1
Expand Down

0 comments on commit fca13e3

Please sign in to comment.