diff --git a/bucket/mdq.json b/bucket/mdq.json index b2480e078e..89c6f5a382 100644 --- a/bucket/mdq.json +++ b/bucket/mdq.json @@ -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" } } }