2023-04-16 20:24:47 +00:00

28 lines
936 B
JSON

{
"version": "2.0.1",
"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.1/mdcat-2.0.1-x86_64-pc-windows-msvc.zip",
"hash": "sha512:89ee1071782d27f0f5f2ba05d03e2bd94a4181e1524ac01313a7aba70ba99a34ce75893602eca3f489bb0e2c6ba6eb6367b8705697f1f50903b796e540ee39b1"
}
},
"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"
}
}
}