2022-11-29 12:31:27 +00:00

28 lines
939 B
JSON

{
"version": "0.30.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.30.1/mdcat-0.30.1-x86_64-pc-windows-msvc.zip",
"hash": "sha512:bf0c6bdc143f9ec6627bbfe59f9204f66d88eeb775eb4b4a66049e391c3c3fb4d399eb6f5a6a266783d0352da371bf36826eb3645df0c568eb7500d8818cbd46"
}
},
"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"
}
}
}