mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "2.7.0",
|
|
"description": "cat for markdown",
|
|
"homepage": "https://github.com/swsnr/mdcat",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/swsnr/mdcat/releases/download/mdcat-2.7.0/mdcat-2.7.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "754864ab30de380d97ec0c071e85b75f875ccf724448021ad9647120c947f3c5"
|
|
}
|
|
},
|
|
"bin": "mdcat.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/swsnr/mdcat",
|
|
"regex": "mdcat-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/swsnr/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|