Skip to content

Commit 44981ad

Browse files
author
Amr Hassan
committed
Fixing rockspec build errors
1 parent 9b4f90a commit 44981ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

json4lua-0.9.50-4.rockspec renamed to json4lua-0.9.50-5.rockspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package="JSON4Lua"
2-
version="0.9.50-4"
2+
version="0.9.50-5"
33
source = {
4-
url = "git://github.com/amrhassan/json4lua.git",
5-
tag = "0.9.50-4"
4+
url = "git://github.com/amrhassan/json4lua.git",
5+
tag = "0.9.50-5"
66
}
77
description = {
88
summary = "JSON4Lua and JSONRPC4Lua implement JSON (JavaScript Object Notation) encoding and decoding and a JSON-RPC-over-http client for Lua.",
@@ -25,7 +25,7 @@ dependencies = {
2525
build = {
2626
type = "builtin",
2727
modules = {
28-
["json"] = "json.lua",
28+
["json"] = "json/json.lua",
2929
["json.rpc"] = "json/rpc.lua"
3030
}
3131
}

0 commit comments

Comments
 (0)