redpen: Fix urls (#4556)

* (chore): fix redpen url

* (chore): remove checkver
This commit is contained in:
Zarin 2023-03-14 21:51:31 -04:00 committed by GitHub
parent fab88f2b01
commit b10a1be005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,19 +6,15 @@
"suggest": { "suggest": {
"Java": "adopt8-hotspot-jre" "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", "url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-1.10.4.tar.gz",
"hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d", "hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",
"extract_dir": "redpen-distribution-1.10.4", "extract_dir": "redpen-distribution-1.10.4",
"bin": [ "bin": [
"bin\\redpen.bat", "bin\\redpen.bat",
"bin\\redpen-server.bat" "bin\\redpen-server.bat"
], ],
"checkver": {
"github": "https://github.com/redpen-cc/redpen/",
"regex": "Release ([\\d.]+)"
},
"autoupdate": { "autoupdate": {
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-distribution-$version-assembled.tar.gz", "url": "https://github.com/redpen-cc/redpen/releases/download/redpen-$version/redpen-$version.tar.gz",
"extract_dir": "redpen-distribution-$version" "extract_dir": "redpen-distribution-$version"
} }
} }