2025-03-31 08:30:07 +00:00

22 lines
641 B
JSON

{
"version": "0.5.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.5.0/mdq-windows.zip",
"hash": "10b925c654bba46acdb5e665adaf85860d7921078fdd509d19238805733959b0"
}
},
"bin": "mdq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows.zip"
}
}
}
}