diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-02-29 15:58:20 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-02-29 15:58:20 -0300 |
commit | 6bde4dd747dc9072c5d811cc59109477ad6f54d8 (patch) | |
tree | 630a3cb0f811b178dca528aba97d39816307f9e0 | |
parent | 23d84b587eef1157cb1cd8f5ff08a424bfa038cb (diff) | |
download | luarocks-2.0.8.tar.gz luarocks-2.0.8.tar.bz2 luarocks-2.0.8.zip |
fix version in included rockspecv2.0.8
-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.6" | 2 | local VER = "scm" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||