mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
641 B
JSON
22 lines
641 B
JSON
{
|
|
"version": "0.3.1",
|
|
"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.3.1/mdq-windows.zip",
|
|
"hash": "bd617e1835dbafecebb1dfdb658afe8188b5923991e933994fccde0b870f0b22"
|
|
}
|
|
},
|
|
"bin": "mdq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|