mdq: Update to version 0.7.2 (#6786)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2025-05-01 02:01:29 +01:00 committed by GitHub
parent c70f84a23c
commit 9bea7f6ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"version": "0.5.0",
"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.5.0/mdq-windows.zip",
"hash": "10b925c654bba46acdb5e665adaf85860d7921078fdd509d19238805733959b0"
"url": "https://github.com/yshavit/mdq/releases/download/v0.7.2/mdq-windows-x64.zip",
"hash": "2d82c5a39fc9e2c39363d6f732d5baf4be2e769c4d619184340e6620425baf88"
}
},
"bin": "mdq.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows.zip"
"url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows-x64.zip"
}
}
}