mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
28 lines
939 B
JSON
28 lines
939 B
JSON
{
|
|
"version": "0.22.4",
|
|
"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-0.22.4/mdcat-0.22.4-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:545615954d88e445a567a9e6a88ba81ebe388556efb4a3494982571e9facd7d01ab57fbfa05e90029536a82b8378eef3f50ca6bd07f726be007eaa979e9bf1af"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|