summaryrefslogtreecommitdiff
path: root/luarocks-3.5.0-1.rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-12-10 13:03:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-12-10 13:03:20 -0300
commitd1d8ada00b6d096ba36704abd9491df88a7fa8ae (patch)
treeda3f94b9acff25327c09c12b1563afa39f32d71e /luarocks-3.5.0-1.rockspec
parentffbb66dada1bd50acc71c20c26227753c2e7ffa5 (diff)
downloadluarocks-3.5.0.tar.gz
luarocks-3.5.0.tar.bz2
luarocks-3.5.0.zip
Release 3.5.0v3.5.0
Diffstat (limited to '')
-rw-r--r--luarocks-3.5.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.5.0-1.rockspec
index c7933042..a2e18032 100644
--- a/luarocks-dev-1.rockspec
+++ b/luarocks-3.5.0-1.rockspec
@@ -1,8 +1,9 @@
1rockspec_format = "3.0" 1rockspec_format = "3.0"
2package = "luarocks" 2package = "luarocks"
3version = "dev-1" 3version = "3.5.0-1"
4source = { 4source = {
5 url = "git+https://github.com/luarocks/luarocks", 5 url = "git+https://github.com/luarocks/luarocks",
6 tag = "v3.5.0"
6} 7}
7description = { 8description = {
8 summary = "A package manager for Lua modules.", 9 summary = "A package manager for Lua modules.",