mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
mdcat: Fix upstream url (#4728)
* Fix upstream URL for mdcat * Remove `autoupdate.hash` --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
73019eef40
commit
411541b11e
@ -1,27 +1,24 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
"description": "cat for markdown",
|
"description": "cat for markdown",
|
||||||
"homepage": "https://github.com/lunaryorn/mdcat",
|
"homepage": "https://github.com/swsnr/mdcat",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-2.0.3/mdcat-2.0.3-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/swsnr/mdcat/releases/download/mdcat-2.0.3/mdcat-2.0.3-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "c93b31c7b55fe6353059d52c75d84dc7d92546d273c539ed6b5507b5b05fa258"
|
"hash": "c93b31c7b55fe6353059d52c75d84dc7d92546d273c539ed6b5507b5b05fa258"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "mdcat.exe",
|
"bin": "mdcat.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/lunaryorn/mdcat",
|
"github": "https://github.com/swsnr/mdcat",
|
||||||
"regex": "mdcat-([\\d.]+)"
|
"regex": "mdcat-([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/swsnr/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"hash": {
|
|
||||||
"url": "$baseurl/SHA512SUM.txt"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user