mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* Fix upstream URL for mdcat * Remove `autoupdate.hash` --------- Co-authored-by: HUMORCE <humorce@outlook.com>
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "2.0.3",
|
|
"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.0.3/mdcat-2.0.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c93b31c7b55fe6353059d52c75d84dc7d92546d273c539ed6b5507b5b05fa258"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|