fixed bad patterns for 5.2

updated rockspec for 2.1 release
This commit is contained in:
Thijs Schreijer
2013-09-16 22:05:29 +02:00
parent 3fa19a191f
commit 097dad2152
2 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@ package = "date"
version = "2.1.0-1"
description = {
summary = "Date & Time module for Lua 5.x",
summary = "Date & Time module for Lua 5.1/5.2",
detailed = [[
Pure Lua Date & Time module for Lua 5.x featuring date and Time string
Pure Lua Date & Time module for Lua 5.1/5.2 featuring date and Time string
parsing, time addition & subtraction, time span calculation, support for
ISO 8601 Dates, local time support, strftime-like formatting.
]],
@@ -17,7 +17,7 @@ dependencies = {
}
source = {
url = "https://github.com/Tieske/uuid/archive/version_2.1.tar.gz",
url = "https://github.com/Tieske/date/archive/version_2.1.tar.gz",
dir = "date-version_2.1",
}