2023-10-03 16:30:17 +00:00

25 lines
776 B
JSON

{
"version": "2.0.4",
"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.0.4/mdcat-2.0.4-x86_64-pc-windows-msvc.zip",
"hash": "b4f11c22967bf7b9ba59b46e5c27964e0373e7f8409fe9907e49b9bdeca9b2d8"
}
},
"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"
}
}
}
}