aboutsummaryrefslogtreecommitdiff
path: root/binary
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-04-16 18:53:07 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-04-16 21:17:34 -0300
commit0f82063a51cd9197edd214e0427fe4e84ae9c0b9 (patch)
tree90b1f09e2504e8eb97209af4ec24e7ab6fdfbb17 /binary
parenta405d1a5f6c9eb7249a9271ca23ff1f701f91cfe (diff)
downloadluarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.tar.gz
luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.tar.bz2
luarocks-0f82063a51cd9197edd214e0427fe4e84ae9c0b9.zip
tests: run tests on Lua 5.4 and LuaJIT 2.1
Diffstat (limited to 'binary')
-rw-r--r--binary/lua-zlib-1.2-0.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/lua-zlib-1.2-0.rockspec b/binary/lua-zlib-1.2-0.rockspec
index 4e32448f..9d3adc8f 100644
--- a/binary/lua-zlib-1.2-0.rockspec
+++ b/binary/lua-zlib-1.2-0.rockspec
@@ -1,7 +1,7 @@
1package = "lua-zlib" 1package = "lua-zlib"
2version = "1.2-0" 2version = "1.2-0"
3source = { 3source = {
4 url = "git://github.com/brimworks/lua-zlib.git", 4 url = "git+https://github.com/brimworks/lua-zlib.git",
5 tag = "v1.2", 5 tag = "v1.2",
6} 6}
7description = { 7description = {