2021-07-05 00:23:21 -07:00

28 lines
939 B
JSON

{
"version": "0.23.0",
"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.0/mdcat-0.23.0-x86_64-pc-windows-msvc.zip",
"hash": "sha512:3aa0a64b7471cbda3f0c5ecbaafad01e3f83e5b2e7cd64991ff5b843f7ebf192c9fc312a6080233ac54f09b07a1d13ad6488bbd2e403bd80ddd4dba9deb2be6c"
}
},
"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"
}
}
}