mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "2.1.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.1.0/mdcat-2.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "dbef06a509c1ba3853e589ee44e6b5fe974d9b570ac65f6518f68f1c7d2e7980"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|