summaryrefslogtreecommitdiff
path: root/luarocks-3.1.2-1.rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2019-05-07 17:12:17 -0300
committerHisham Muhammad <hisham@gobolinux.org>2019-05-07 17:41:23 -0300
commit93c4905b60ade63e5d7e577a1d9d3cc99b561a05 (patch)
tree9457a020ae49bf429e4745ef1b5a56317559623d /luarocks-3.1.2-1.rockspec
parent171ee9e123d7b7d977d8f4f9d908c35b35dc1b36 (diff)
downloadluarocks-3.1.2.tar.gz
luarocks-3.1.2.tar.bz2
luarocks-3.1.2.zip
Release 3.1.2v3.1.2
Diffstat (limited to '')
-rw-r--r--luarocks-3.1.2-1.rockspec (renamed from luarocks-dev-1.rockspec)3
1 files changed, 2 insertions, 1 deletions
diff --git a/luarocks-dev-1.rockspec b/luarocks-3.1.2-1.rockspec
index a1f30ef4..4a1b98cf 100644
--- a/luarocks-dev-1.rockspec
+++ b/luarocks-3.1.2-1.rockspec
@@ -1,8 +1,9 @@
1rockspec_format = "3.0" 1rockspec_format = "3.0"
2package = "luarocks" 2package = "luarocks"
3version = "dev-1" 3version = "3.1.2-1"
4source = { 4source = {
5 url = "git+https://github.com/luarocks/luarocks", 5 url = "git+https://github.com/luarocks/luarocks",
6 tag = "v3.1.2",
6} 7}
7description = { 8description = {
8 summary = "A package manager for Lua modules.", 9 summary = "A package manager for Lua modules.",