Fix rockspec

This commit is contained in:
Antonin Décimo
2016-01-22 01:27:47 +01:00
parent 3fb40c9099
commit 877e5b4566
2 changed files with 6 additions and 1 deletions

View File

@@ -92,6 +92,11 @@ love-release is only installable through LuaRocks and highly depends on LuaRocks
```sh ```sh
# sudo # sudo
luarocks install --server=http://luarocks.org/dev lua-zip luarocks install --server=http://luarocks.org/dev lua-zip
# latest stable version
luarocks install love-release
# development version
luarocks install --server=http://luarocks.org/dev love-release luarocks install --server=http://luarocks.org/dev love-release
``` ```

View File

@@ -1,5 +1,5 @@
package = "love-release" package = "love-release"
version = "2.0.0" version = "2.0.0-2"
source = { source = {
url = "git://github.com/MisterDA/love-release.git", url = "git://github.com/MisterDA/love-release.git",
tag = "v2.0.0", tag = "v2.0.0",