mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
21 lines
701 B
JSON
21 lines
701 B
JSON
{
|
|
"version": "1.10.4",
|
|
"description": "A proofreading tool.",
|
|
"homepage": "https://redpen.cc",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"Java": "java/temurin8-jre"
|
|
},
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-1.10.4.tar.gz",
|
|
"hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",
|
|
"extract_dir": "redpen-distribution-1.10.4",
|
|
"bin": [
|
|
"bin\\redpen.bat",
|
|
"bin\\redpen-server.bat"
|
|
],
|
|
"autoupdate": {
|
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-$version.tar.gz",
|
|
"extract_dir": "redpen-distribution-$version"
|
|
}
|
|
}
|