File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ before_script:
5252 - luarocks show luafilesystem > /dev/null 2>&1 || luarocks install luafilesystem
5353 - luarocks show dkjson > /dev/null 2>&1 || luarocks install dkjson --deps-mode=none
5454 - luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec
55- - luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-v2 .7-1.rockspec
55+ - luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-2 .7-1.rockspec
5656 - luarocks show pegasus > /dev/null 2>&1 || luarocks install pegasus http.parser
5757 --server=http://luarocks.org/manifests/moteus
5858 - luarocks show pegasus-router > /dev/null 2>&1 || luarocks install pegasus-router
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ before_test:
6060 - luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem
6161 - luarocks show lua-path >nul 2>&1 || luarocks install lua-path
6262 - luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec
63- - luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-v2 .7-1.rockspec
63+ - luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-2 .7-1.rockspec
6464 - luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser
6565 --server=http://luarocks.org/manifests/moteus
6666 - luarocks show pegasus-router >nul 2>&1 || luarocks install pegasus-router
Original file line number Diff line number Diff line change 11#! /usr/bin/env lua
22
33package = ' lua-http-parser'
4- version = ' v2 .7-1'
4+ version = ' 2 .7-1'
55source = {
66 url = ' gitrec+https://github.com/brimworks/lua-http-parser'
77}
You can’t perform that action at this time.
0 commit comments