mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-08-23 07:12:31 +00:00
chore(rockspec) switch to git+https protocol
This commit is contained in:
committed by
Enrique García Cota
parent
ee3285e2fd
commit
0108834dd3
24
sandbox-1.0.1-3.rockspec
Normal file
24
sandbox-1.0.1-3.rockspec
Normal file
@@ -0,0 +1,24 @@
|
||||
package = "sandbox"
|
||||
|
||||
version = "1.0.1-3"
|
||||
|
||||
source = {
|
||||
url = "git+https://github.com/kikito/sandbox.lua",
|
||||
tag = "v1.0.1"
|
||||
}
|
||||
|
||||
description = {
|
||||
summary = "A pure-lua solution for running untrusted Lua code.",
|
||||
homepage = "https://github.com/kikito/sandbox.lua",
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
}
|
||||
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["sandbox"] = "sandbox.lua",
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user