Steve Hipwell 9bea7f6ec9
mdq: Update to version 0.7.2 (#6786)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2025-05-01 01:01:29 +00:00

22 lines
649 B
JSON

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