aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-08-09 18:31:42 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-08-09 18:31:42 -0300
commitc7a3685013ad5bfa60bce6a91707903b699df431 (patch)
tree28e7d19df2e31db204c42df3773e9adad4244b53
parentce3f3cf9db6abcb6c8008ea9a1fd674bfa4d91a8 (diff)
downloadluarocks-2.1.0.tar.gz
luarocks-2.1.0.tar.bz2
luarocks-2.1.0.zip
Last-second bug! Don't fail when bootstrapping with Lua 5.2!v2.1.0
-rw-r--r--rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rockspec b/rockspec
index 76925bba..69f253b3 100644
--- a/rockspec
+++ b/rockspec
@@ -20,7 +20,7 @@ description = {
20} 20}
21 21
22dependencies = { 22dependencies = {
23 "lua ~> 5.1" 23 "lua >= 5.1"
24} 24}
25 25
26source = { 26source = {