mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
28 lines
870 B
JSON
28 lines
870 B
JSON
{
|
|
"version": "1.10.3",
|
|
"description": "A proofreading tool.",
|
|
"homepage": "http://redpen.cc",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.3/redpen-1.10.3.tar.gz",
|
|
"hash": "0a7543e3961428ce68eb47c964e8988ec2f585db6e32ded582eb6626a98ffdd2",
|
|
"extract_dir": "redpen-distribution-1.10.3",
|
|
"bin": [
|
|
"bin\\redpen.bat",
|
|
"bin\\redpen-server.bat"
|
|
],
|
|
"suggest": {
|
|
"Java": [
|
|
"oraclejdk",
|
|
"adopt8-hotspot-jre"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/redpen-cc/redpen/",
|
|
"regex": "Release ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-$version.tar.gz",
|
|
"extract_dir": "redpen-distribution-$version"
|
|
}
|
|
}
|