From 260d4d063f054f07aee5b06a1b9a3461202f8e21 Mon Sep 17 00:00:00 2001 From: Lennart Bernhardt Date: Mon, 19 Oct 2015 20:26:52 +0200 Subject: [PATCH] Make rockspec reflect support lua versions --- rockspecs/luacrypto-git-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockspecs/luacrypto-git-1.rockspec b/rockspecs/luacrypto-git-1.rockspec index 2d428cc..2769dea 100644 --- a/rockspecs/luacrypto-git-1.rockspec +++ b/rockspecs/luacrypto-git-1.rockspec @@ -8,7 +8,7 @@ digests (MD5, SHA-1, HMAC, and more), encryption, decryption and crypto-grade ra license = "MIT", } dependencies = { - "lua >= 5.1", + "lua >= 5.1, < 5.3", } source = { url = [[git://github.com/mkottman/luacrypto.git]],