aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Charbonnier <thibaultcha@me.com>2016-01-12 18:23:21 -0800
committerThibault Charbonnier <thibaultcha@me.com>2016-01-12 18:23:21 -0800
commit8a7ae27c5da39f518e371166a9f9a49875e89611 (patch)
treeccd50450deb1171248e0c0bacc1b1c799a043b7a
parent15a7ea2e99e124a777e5a887562728bc1d9d3c00 (diff)
downloadlua_uuid-8a7ae27c5da39f518e371166a9f9a49875e89611.tar.gz
lua_uuid-8a7ae27c5da39f518e371166a9f9a49875e89611.tar.bz2
lua_uuid-8a7ae27c5da39f518e371166a9f9a49875e89611.zip
release: 0.2.0
-rw-r--r--lua_uuid-0.2.0-0.rockspec (renamed from lua_uuid-0.1-8.rockspec)10
1 files changed, 5 insertions, 5 deletions
diff --git a/lua_uuid-0.1-8.rockspec b/lua_uuid-0.2.0-0.rockspec
index 5b038fe..d95cc47 100644
--- a/lua_uuid-0.1-8.rockspec
+++ b/lua_uuid-0.2.0-0.rockspec
@@ -1,8 +1,8 @@
package = "lua_uuid"
-version = "0.1-8"
+version = "0.2.0-0"
source = {
- url = "https://github.com/Mashape/lua-uuid/archive/0.1-8.tar.gz",
- dir = "lua-uuid-0.1-8"
+ url = "https://github.com/Mashape/lua-uuid/archive/0.2.0.tar.gz",
+ tag = "0.2.0"
}
description = {
summary = "UUID generation",
@@ -20,7 +20,7 @@ build = {
modules = {
["lua_uuid"] = {
sources = { "lua_uuid.c" },
- libraries = { "uuid" },
- },
+ libraries = { "uuid" }
+ }
}
}