From da4bb9825f424d98a55e1280f3dcb3f22be072a5 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 27 Feb 2025 02:21:11 +0000 Subject: [PATCH] mdq: Add version 0.3.0 (#6580) Signed-off-by: Steve Hipwell --- bucket/mdq.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/mdq.json diff --git a/bucket/mdq.json b/bucket/mdq.json new file mode 100644 index 0000000000..7026df6197 --- /dev/null +++ b/bucket/mdq.json @@ -0,0 +1,21 @@ +{ + "version": "0.3.0", + "description": "Like jq but for Markdown.", + "homepage": "https://github.com/yshavit/mdq", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/yshavit/mdq/releases/download/v0.3.0/mdq-windows.zip", + "hash": "105a91d1bfab3dded8341114d6e09482e80e95816a929b67286cdd1796e5e73c" + } + }, + "bin": "mdq.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows.zip" + } + } + } +}