mdcat: Update to version 0.29.0 (#4101)

Since mdcat moved back to github from codeberg. Fixes #3914.
This commit is contained in:
Aliaksandr Belik 2022-11-08 20:12:03 +03:00 committed by GitHub
parent 907222dd74
commit df4f5aa2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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