Steve Hipwell da4bb9825f
mdq: Add version 0.3.0 (#6580)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2025-02-27 10:21:11 +08:00

22 lines
641 B
JSON

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