File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ before_script:
52
52
- luarocks show luafilesystem > /dev/null 2>&1 || luarocks install luafilesystem
53
53
- luarocks show dkjson > /dev/null 2>&1 || luarocks install dkjson --deps-mode=none
54
54
- 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
56
56
- luarocks show pegasus > /dev/null 2>&1 || luarocks install pegasus http.parser
57
57
--server=http://luarocks.org/manifests/moteus
58
58
- 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:
60
60
- luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem
61
61
- luarocks show lua-path >nul 2>&1 || luarocks install lua-path
62
62
- 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
64
64
- luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser
65
65
--server=http://luarocks.org/manifests/moteus
66
66
- luarocks show pegasus-router >nul 2>&1 || luarocks install pegasus-router
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env lua
2
2
3
3
package = ' lua-http-parser'
4
- version = ' v2 .7-1'
4
+ version = ' 2 .7-1'
5
5
source = {
6
6
url = ' gitrec+https://github.com/brimworks/lua-http-parser'
7
7
}
You can’t perform that action at this time.
0 commit comments