2024-12-14 16:29:53 +00:00

25 lines
776 B
JSON

{
"version": "2.7.1",
"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.7.1/mdcat-2.7.1-x86_64-pc-windows-msvc.zip",
"hash": "e140429e8892e164d42d093ef6646336bbb512fffd102baff64d009059cc6e86"
}
},
"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"
}
}
}
}