Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
starwing committed Dec 1, 2022
1 parent 058b73f commit 751c782
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rockspecs/luautf8-0.1.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "luautf8"
version = "0.1.4-1"
source = {
url = "https://github.com/starwing/luautf8/archive/0.1.3.tar.gz",
dir = "luautf8-0.1.3"
url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.4.tar.gz",
dir = "luautf8-0.1.4"
}
description = {
summary = "A UTF-8 support module for Lua",
Expand Down
23 changes: 23 additions & 0 deletions rockspecs/luautf8-0.1.5-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "luautf8"
version = "0.1.5-1"
source = {
url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.4.tar.gz",
dir = "luautf8-0.1.4"
}
description = {
summary = "A UTF-8 support module for Lua",
detailed = [[
This module adds UTF-8 support to Lua. It's compatible with Lua "string" module.
]],
homepage = "http://github.com/starwing/luautf8",
license = "MIT"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["lua-utf8"] = "lutf8lib.c"
}
}

0 comments on commit 751c782

Please sign in to comment.