Issac Lin 941f097355
mdcat: Update url
mdcat moved  their repo to 'https://codeberg.org/flausch/mdcat'.
2022-04-15 12:57:17 +08:00

25 lines
814 B
JSON

{
"version": "0.25.1",
"description": "cat for markdown",
"homepage": "https://codeberg.org/flausch/mdcat",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://codeberg.org/attachments/eb3b0e1e-dda9-4133-938e-c3a0bcfa2887#/dl.zip",
"hash": "ea5e9abfe9c92e95e7ac411ae68af6e234f0f17a10db597838a0f82e016f58e4"
}
},
"bin": "mdcat.exe",
"checkver": {
"url": "https://codeberg.org/flausch/mdcat/releases",
"regex": "(?sm)(?<attachmentId>[0-9a-f-]{36})\"\\>\\s+<strong><span[^<]*mdcat-([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://codeberg.org/attachments/$matchAttachmentid#/dl.zip"
}
}
}
}