redpen: Update to 1.10.4 (fixed au.url) (#776)

This commit is contained in:
Ross Smith II 2020-02-02 18:11:27 -08:00 committed by GitHub
parent c56e85b7aa
commit ac2843d760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ {
"version": "1.10.3", "version": "1.10.4",
"description": "A proofreading tool.", "description": "A proofreading tool.",
"homepage": "http://redpen.cc", "homepage": "http://redpen.cc",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.3/redpen-1.10.3.tar.gz", "url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-distribution-1.10.4-assembled.tar.gz",
"hash": "0a7543e3961428ce68eb47c964e8988ec2f585db6e32ded582eb6626a98ffdd2", "hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",
"extract_dir": "redpen-distribution-1.10.3", "extract_dir": "redpen-distribution-1.10.4",
"bin": [ "bin": [
"bin\\redpen.bat", "bin\\redpen.bat",
"bin\\redpen-server.bat" "bin\\redpen-server.bat"
@ -21,7 +21,7 @@
"regex": "Release ([\\d.]+)" "regex": "Release ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-$version.tar.gz", "url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-distribution-$version-assembled.tar.gz",
"extract_dir": "redpen-distribution-$version" "extract_dir": "redpen-distribution-$version"
} }
} }