2025-03-25 04:29:16 +00:00

22 lines
641 B
JSON

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