mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-28 11:02:17 +00:00
update rockspec Lua versions supported
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
package = "date"
|
package = "date"
|
||||||
version = "2.1.0-1"
|
version = "2.1.0-2"
|
||||||
|
|
||||||
description = {
|
description = {
|
||||||
summary = "Date & Time module for Lua 5.1/5.2",
|
summary = "Date & Time module for Lua 5.x",
|
||||||
detailed = [[
|
detailed = [[
|
||||||
Pure Lua Date & Time module for Lua 5.1/5.2 featuring date and Time string
|
Pure Lua Date & Time module for Lua 5.x featuring date and Time string
|
||||||
parsing, time addition & subtraction, time span calculation, support for
|
parsing, time addition & subtraction, time span calculation, support for
|
||||||
ISO 8601 Dates, local time support, strftime-like formatting.
|
ISO 8601 Dates, local time support, strftime-like formatting.
|
||||||
]],
|
]],
|
||||||
@@ -13,11 +13,11 @@ description = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua == 5.1, 5.2"
|
"lua >= 5.0, < 5.3 "
|
||||||
}
|
}
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "https://github.com/Tieske/date/archive/version_2.1.tar.gz",
|
url = "https://github.com/Tieske/uuid/archive/version_2.1.tar.gz",
|
||||||
dir = "date-version_2.1",
|
dir = "date-version_2.1",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user