aboutsummaryrefslogtreecommitdiff
path: root/luasystem-0.1.1-0.rockspec
diff options
context:
space:
mode:
authorOscar Lim <olim@ucla.edu>2016-04-10 00:27:59 -0700
committerOscar Lim <olim@ucla.edu>2016-04-10 00:27:59 -0700
commit67e5f4ff685bee3fa381db6f50be3506ad0b5e76 (patch)
tree8b4ef98229bcffde298a688d7c218dc0ae1ea037 /luasystem-0.1.1-0.rockspec
parent785ede5180cc5326eae126d83ad014bd5d8b2c23 (diff)
downloadluasystem-0.1.1.tar.gz
luasystem-0.1.1.tar.bz2
luasystem-0.1.1.zip
Release v0.1.1v0.1.1
Diffstat (limited to '')
-rw-r--r--luasystem-0.1.1-0.rockspec (renamed from luasystem-0.1.0-0.rockspec)6
1 files changed, 3 insertions, 3 deletions
diff --git a/luasystem-0.1.0-0.rockspec b/luasystem-0.1.1-0.rockspec
index a1a322f..40c8b74 100644
--- a/luasystem-0.1.0-0.rockspec
+++ b/luasystem-0.1.1-0.rockspec
@@ -1,8 +1,8 @@
1package = 'luasystem' 1package = 'luasystem'
2version = '0.1.0-0' 2version = '0.1.1-0'
3source = { 3source = {
4 url = "https://github.com/o-lim/luasystem/archive/v0.1.0.tar.gz", 4 url = "https://github.com/o-lim/luasystem/archive/v0.1.1.tar.gz",
5 dir = "luasystem-0.1.0" 5 dir = "luasystem-0.1.1"
6} 6}
7description = { 7description = {
8 summary = 'Platform independent system calls for Lua.', 8 summary = 'Platform independent system calls for Lua.',