mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
28 lines
870 B
JSON
28 lines
870 B
JSON
{
|
|
"version": "1.10.1",
|
|
"description": "A proofreading tool.",
|
|
"homepage": "http://redpen.cc",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.1/redpen-1.10.1.tar.gz",
|
|
"hash": "39a148d3d89efef0e58ee7250e1bab7e26bf1edf83616934265c603623351fa0",
|
|
"extract_dir": "redpen-distribution-1.10.1",
|
|
"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"
|
|
}
|
|
}
|