2024-03-11 16:27:38 +00:00

25 lines
776 B
JSON

{
"version": "2.1.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.1.2/mdcat-2.1.2-x86_64-pc-windows-msvc.zip",
"hash": "1c07a90297ba7ddfd1b1d5fae53eca60a0b7be4411cc98b4d8ccb6018b98b54e"
}
},
"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"
}
}
}
}