diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-07-17 01:25:58 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-07-17 01:25:58 -0300 |
commit | 64153c9560db6484727c6c76e7b5dbc44e879c36 (patch) | |
tree | 7322f774aa8f3309c4c57b1f689f5c636a19b80a /rockspec | |
parent | 44de5cce2e719ce12da9d67044536ca608068e53 (diff) | |
download | luarocks-2.0.10.tar.gz luarocks-2.0.10.tar.bz2 luarocks-2.0.10.zip |
fix behavior of $(LUA)v2.0.10
Diffstat (limited to '')
-rw-r--r-- | rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | package = "LuaRocks" | 1 | package = "LuaRocks" |
2 | local VER = "2.0.9" | 2 | local VER = "2.0.10" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||