-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmdcat.json
24 lines (24 loc) · 800 Bytes
/
mdcat.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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"
}
}
}
}