diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-26 12:18:55 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-26 19:02:50 -0300 |
commit | 058525040ce7c6343416e7f1af2b3533f8b160ec (patch) | |
tree | f356666d49a9b2dca454e839f04aea010fb70507 /luarocks-3.1.0-1.rockspec | |
parent | 8a8622bda70d77567dbc67c882a334751fcf9fc0 (diff) | |
download | luarocks-3.1.0.tar.gz luarocks-3.1.0.tar.bz2 luarocks-3.1.0.zip |
Release 3.1.0v3.1.0
Diffstat (limited to '')
-rw-r--r-- | luarocks-3.1.0-1.rockspec (renamed from luarocks-dev-1.rockspec) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/luarocks-dev-1.rockspec b/luarocks-3.1.0-1.rockspec index bc19e3ff..bb30ec3a 100644 --- a/luarocks-dev-1.rockspec +++ b/luarocks-3.1.0-1.rockspec | |||
@@ -1,8 +1,9 @@ | |||
1 | rockspec_format = "3.0" | 1 | rockspec_format = "3.0" |
2 | package = "luarocks" | 2 | package = "luarocks" |
3 | version = "dev-1" | 3 | version = "3.1.0-1" |
4 | source = { | 4 | source = { |
5 | url = "git+https://github.com/luarocks/luarocks" | 5 | url = "git+https://github.com/luarocks/luarocks", |
6 | tag = "v3.1.0", | ||
6 | } | 7 | } |
7 | description = { | 8 | description = { |
8 | summary = "A package manager for Lua modules.", | 9 | summary = "A package manager for Lua modules.", |