From adc8d3665d7b213713d206ed5a406dcc97b52f36 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 14 Dec 2021 04:31:50 +0000 Subject: [PATCH] htmlq: Add version 0.3.0 (#3085) --- bucket/htmlq.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/htmlq.json diff --git a/bucket/htmlq.json b/bucket/htmlq.json new file mode 100644 index 0000000000..9699c85137 --- /dev/null +++ b/bucket/htmlq.json @@ -0,0 +1,21 @@ +{ + "version": "0.3.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.3.0/htmlq-x86_64-windows.zip", + "hash": "511a1d6ea67a6e047880eee32e9ca0e525696a3f5b11c8f21891d3267bed574a" + } + }, + "bin": "htmlq.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mgdm/htmlq/releases/download/v$version/htmlq-x86_64-windows.zip" + } + } + } +}