mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
22 lines
649 B
JSON
22 lines
649 B
JSON
{
|
|
"version": "0.8.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.8.0/mdq-windows-x64.zip",
|
|
"hash": "1fee7f26e371f3a465080b8234e0ff7cb9db358549fcd318824bf1c7c939eaac"
|
|
}
|
|
},
|
|
"bin": "mdq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|