mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
Update rockspec
This commit is contained in:
parent
8bf1e80355
commit
411ac9fe72
@ -3,11 +3,11 @@
|
|||||||
-- rockspec based uppon the file provided by DarkGod <darkgod at net-core.org>
|
-- rockspec based uppon the file provided by DarkGod <darkgod at net-core.org>
|
||||||
|
|
||||||
package = "lua-iconv"
|
package = "lua-iconv"
|
||||||
version = "6-1"
|
version = "7"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "http://luaforge.net/frs/download.php/4181/lua-iconv-6.tar.gz",
|
url = "https://github.com/downloads/ittner/lua-iconv/lua-iconv-7.tar.gz",
|
||||||
md5 = "2cec334c5786d7c420a53003d6cb93d4"
|
md5 = "b7d687cb7e6644ea32903a1451d9f46e"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = {
|
description = {
|
||||||
@ -18,7 +18,7 @@ description = {
|
|||||||
in another codeset.
|
in another codeset.
|
||||||
]],
|
]],
|
||||||
license = "MIT/X11",
|
license = "MIT/X11",
|
||||||
homepage = "http://luaforge.net/projects/lua-iconv/"
|
homepage = "http://ittner.github.com/lua-iconv/"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
@ -32,7 +32,7 @@ external_dependencies = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build = {
|
build = {
|
||||||
type = "module",
|
type = "builtin",
|
||||||
modules = {
|
modules = {
|
||||||
iconv = {
|
iconv = {
|
||||||
sources = {"luaiconv.c"},
|
sources = {"luaiconv.c"},
|
Loading…
x
Reference in New Issue
Block a user