2022-01-04 00:32:14 +00:00

22 lines
712 B
JSON

{
"version": "0.4.0",
"description": "Like jq, but for HTML. (Uses CSS selectors to extract bits of content from HTML files)",
"homepage": "https://github.com/mgdm/htmlq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mgdm/htmlq/releases/download/v0.4.0/htmlq-x86_64-windows.zip",
"hash": "58b9bb55279da2a58acd1465e0448cc9556e280f8208f60a5f669b2bd4617005"
}
},
"bin": "htmlq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mgdm/htmlq/releases/download/v$version/htmlq-x86_64-windows.zip"
}
}
}
}