mdcat: Update url

mdcat moved  their repo to 'https://codeberg.org/flausch/mdcat'.
This commit is contained in:
Issac Lin 2022-04-15 12:57:17 +08:00 committed by GitHub
parent 4d9e06810c
commit 941f097355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,27 +1,24 @@
{
"version": "0.25.1",
"description": "cat for markdown",
"homepage": "https://github.com/lunaryorn/mdcat",
"homepage": "https://codeberg.org/flausch/mdcat",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.25.1/mdcat-0.25.1-x86_64-pc-windows-msvc.zip",
"hash": "sha512:6bb94da0a9e0a20f1824580af7782075fa2ed838c7e00d19ae71e2b82b994c1c0dbb5eed4f200aa358f65f0be929d78927edf9b4e4a81dfadf0084fc59403ff6"
"url": "https://codeberg.org/attachments/eb3b0e1e-dda9-4133-938e-c3a0bcfa2887#/dl.zip",
"hash": "ea5e9abfe9c92e95e7ac411ae68af6e234f0f17a10db597838a0f82e016f58e4"
}
},
"bin": "mdcat.exe",
"checkver": {
"github": "https://github.com/lunaryorn/mdcat",
"regex": "mdcat-([\\d.]+)"
"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://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
"url": "https://codeberg.org/attachments/$matchAttachmentid#/dl.zip"
}
},
"hash": {
"url": "$baseurl/SHA512SUM.txt"
}
}
}