mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
rockspecs (only actual versions) fixes
This commit is contained in:
parent
b033a1a618
commit
b967f09068
@ -1,7 +1,7 @@
|
||||
package = "htmlparser"
|
||||
version = "0.3.4-1"
|
||||
version = "0.3.4-2"
|
||||
source = {
|
||||
url = "https://github.com/msva/lua-htmlparser",
|
||||
url = "git+https://github.com/msva/lua-htmlparser",
|
||||
tag = "v0.3.4"
|
||||
}
|
||||
description = {
|
||||
@ -14,7 +14,6 @@ description = {
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"lunitx >= 0.6"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
@ -1,7 +1,7 @@
|
||||
package = "htmlparser"
|
||||
version = "scm-0"
|
||||
source = {
|
||||
url = "https://github.com/msva/lua-htmlparser",
|
||||
url = "git+https://github.com/msva/lua-htmlparser",
|
||||
branch = "master"
|
||||
}
|
||||
description = {
|
||||
@ -14,7 +14,6 @@ description = {
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"lunitx >= 0.6"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
|
Loading…
Reference in New Issue
Block a user