mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
649 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|