mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
27 lines
891 B
JSON
27 lines
891 B
JSON
{
|
|
"version": "1.10.4",
|
|
"description": "A proofreading tool.",
|
|
"homepage": "http://redpen.cc",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"Java": [
|
|
"adopt8-hotspot-jre"
|
|
]
|
|
},
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-distribution-1.10.4-assembled.tar.gz",
|
|
"hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",
|
|
"extract_dir": "redpen-distribution-1.10.4",
|
|
"bin": [
|
|
"bin\\redpen.bat",
|
|
"bin\\redpen-server.bat"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/redpen-cc/redpen/",
|
|
"regex": "Release ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-distribution-$version-assembled.tar.gz",
|
|
"extract_dir": "redpen-distribution-$version"
|
|
}
|
|
}
|