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" + } + } + } +}