diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-14 14:55:38 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-14 14:55:38 -0300 |
commit | 2cea1bdb5a81063c130cf6a16f38f5bd2f78480e (patch) | |
tree | 3dc43b39c9c08094c067d0c36a9920b4566b11b3 /rockspec | |
parent | 4724492df402089b0529c3ef7cb4fd240cbb5ed0 (diff) | |
download | luarocks-2.0.5.tar.gz luarocks-2.0.5.tar.bz2 luarocks-2.0.5.zip |
Diffstat (limited to 'rockspec')
-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.4.1" | 2 | local VER = "2.0.5" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||