mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
28 lines
865 B
JSON
28 lines
865 B
JSON
{
|
|
"version": "2.0.2",
|
|
"description": "cat for markdown",
|
|
"homepage": "https://github.com/lunaryorn/mdcat",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-2.0.2/mdcat-2.0.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "36d53548ee00bbb1e7b6225e398fe5de0a4897c537a9571cf1d3113dfe5318f1"
|
|
}
|
|
},
|
|
"bin": "mdcat.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/lunaryorn/mdcat",
|
|
"regex": "mdcat-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA512SUM.txt"
|
|
}
|
|
}
|
|
}
|