mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-27 18:42:19 +00:00
v0.3.3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package = "htmlparser"
|
||||
version = "0.3.2-2"
|
||||
version = "0.3.3-1"
|
||||
source = {
|
||||
url = "https://github.com/msva/lua-htmlparser",
|
||||
branch = "v0.3.2"
|
||||
tag = "v0.3.3"
|
||||
}
|
||||
description = {
|
||||
summary = "Parse HTML text into a tree of elements with selectors",
|
||||
@@ -14,7 +14,6 @@ description = {
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"set >= 0.2.1-2",
|
||||
"lunitx >= 0.6"
|
||||
}
|
||||
build = {
|
@@ -13,7 +13,8 @@ description = {
|
||||
license = "LGPL+"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
"lua >= 5.1",
|
||||
"lunitx >= 0.6"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
|
Reference in New Issue
Block a user