summaryrefslogtreecommitdiff
path: root/luarocks-3.6.0-1.rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-03-30 15:03:57 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-03-30 15:03:57 -0300
commitde246955642afccc99cf08d7ae6b92104f6051f8 (patch)
treef562f72e17979489c9b31cebbb8622f16b03044e /luarocks-3.6.0-1.rockspec
parent314f3261963383647ba698df5441f3c68f36b6b6 (diff)
downloadluarocks-3.6.0.tar.gz
luarocks-3.6.0.tar.bz2
luarocks-3.6.0.zip
Release 3.6.0v3.6.0
Diffstat (limited to '')
-rw-r--r--luarocks-3.6.0-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.6.0-1.rockspec
index c7933042..f08c717f 100644
--- a/luarocks-dev-1.rockspec
+++ b/luarocks-3.6.0-1.rockspec
@@ -1,8 +1,9 @@
1rockspec_format = "3.0" 1rockspec_format = "3.0"
2package = "luarocks" 2package = "luarocks"
3version = "dev-1" 3version = "3.6.0-1"
4source = { 4source = {
5 url = "git+https://github.com/luarocks/luarocks", 5 url = "git+https://github.com/luarocks/luarocks",
6 tag = "v3.6.0"
6} 7}
7description = { 8description = {
8 summary = "A package manager for Lua modules.", 9 summary = "A package manager for Lua modules.",