diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-28 13:45:54 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-28 13:45:54 -0300 |
commit | 8a46d50ea40f97b0f50bba06d8c0bf3b8721b013 (patch) | |
tree | 1fe895f6ef01adac720fbae192b95a0233f2007c | |
parent | a2a3d1595c628111fcbcac8571a7513a8b15e405 (diff) | |
download | luarocks-8a46d50ea40f97b0f50bba06d8c0bf3b8721b013.tar.gz luarocks-8a46d50ea40f97b0f50bba06d8c0bf3b8721b013.tar.bz2 luarocks-8a46d50ea40f97b0f50bba06d8c0bf3b8721b013.zip |
binary: update luasec to 0.8.1
-rwxr-xr-x | binary/all_in_one | 2 | ||||
-rw-r--r-- | binary/luasec-0.8.1-2.rockspec (renamed from binary/luasec-0.7alpha-2.rockspec) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 4b674365..afc5f8dc 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
@@ -457,7 +457,7 @@ local function main() | |||
457 | 457 | ||
458 | local dependencies = { | 458 | local dependencies = { |
459 | md5 = "md5", | 459 | md5 = "md5", |
460 | luasec = "./binary/luasec-0.7alpha-2.rockspec", | 460 | luasec = "./binary/luasec-0.8.1-2.rockspec", |
461 | luaposix = if_platform("unix", "./binary/luaposix-34.0.4-1.rockspec"), | 461 | luaposix = if_platform("unix", "./binary/luaposix-34.0.4-1.rockspec"), |
462 | luasocket = "luasocket", | 462 | luasocket = "luasocket", |
463 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", | 463 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", |
diff --git a/binary/luasec-0.7alpha-2.rockspec b/binary/luasec-0.8.1-2.rockspec index 89d516b5..510e88ef 100644 --- a/binary/luasec-0.7alpha-2.rockspec +++ b/binary/luasec-0.8.1-2.rockspec | |||
@@ -1,8 +1,8 @@ | |||
1 | package = "LuaSec" | 1 | package = "LuaSec" |
2 | version = "0.7alpha-2" | 2 | version = "0.8.1-2" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/brunoos/luasec/archive/luasec-0.7alpha.tar.gz", | 4 | url = "https://github.com/brunoos/luasec/archive/luasec-0.8.1.tar.gz", |
5 | dir = "luasec-luasec-0.7alpha" | 5 | dir = "luasec-luasec-0.8.1" |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
8 | summary = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.", | 8 | summary = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.", |