2021-07-14 23:53:10 -07:00

28 lines
939 B
JSON

{
"version": "0.23.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-0.23.1/mdcat-0.23.1-x86_64-pc-windows-msvc.zip",
"hash": "sha512:cc0b56a662c96dbafc138f92c188259ed1595f19f7dd5124ced76836f58fdb2b07cc781a10a0a63b6977125636584f32c8dd7315eb02cc0c21dc90476c08227f"
}
},
"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"
}
}
}