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.25.0",
|
|
"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.25.0/mdcat-0.25.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:ecf63c1e270c29c2df1f4c45d69de6092608fad40f0325331b450d00622d36f14d37038f09e668ae7cdb110210bd5ae3ed816257aa29dda6276cd2cba0ec9d88"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|