mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
28 lines
939 B
JSON
28 lines
939 B
JSON
{
|
|
"version": "0.24.2",
|
|
"description": "cat for markdown",
|
|
"homepage": "https://github.com/lunaryorn/mdcat",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.24.2/mdcat-0.24.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:f0ece1403aa984b8dc9c920cfa374bd19a27c972f524c61ed70a2dc32037c2df93d3dcc7d6d783f03599410c303e197d3356a4e0d9c873d3d8186b405aed858f"
|
|
}
|
|
},
|
|
"bin": "mdcat.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/lunaryorn/mdcat",
|
|
"regex": "mdcat-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA512SUM.txt"
|
|
}
|
|
}
|
|
}
|