diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-07-02 23:22:53 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-07-02 23:22:53 -0300 |
commit | d3ab714991d1c9accb37942f2b04a296b679cccd (patch) | |
tree | d8cb801c19e1be956f70ba0e3cc591658e8c5bd5 /rockspec | |
parent | 8ff6a5b55b199fbb056b0e11cff86d8192cef61e (diff) | |
download | luarocks-2.1.0rc1.tar.gz luarocks-2.1.0rc1.tar.bz2 luarocks-2.1.0rc1.zip |
Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1
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.13" | 2 | local VER = "2.1.0" |
3 | local REV = "1" | 3 | local REV = "1" |
4 | version = VER.."-"..REV | 4 | version = VER.."-"..REV |
5 | 5 | ||