2024-11-24 12:32:18 +00:00

25 lines
776 B
JSON

{
"version": "2.6.2",
"description": "cat for markdown",
"homepage": "https://github.com/swsnr/mdcat",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/swsnr/mdcat/releases/download/mdcat-2.6.2/mdcat-2.6.2-x86_64-pc-windows-msvc.zip",
"hash": "f7606e1f03be3f987a18ac36459fb5b9e98a38f8f5152ff08a59799b4519d5c1"
}
},
"bin": "mdcat.exe",
"checkver": {
"github": "https://github.com/swsnr/mdcat",
"regex": "mdcat-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/swsnr/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}