(chore): Some Refactoring (#3961)

This commit is contained in:
Lucas Marcolongo 2022-09-23 14:25:01 -03:00 committed by GitHub
parent eb1512994f
commit 091a6c0b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 35 deletions

View File

@ -4,9 +4,7 @@
"homepage": "http://redpen.cc",
"license": "Apache-2.0",
"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",
"hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",

View File

@ -8,7 +8,10 @@
"extract_dir": "xmlstarlet-1.6.1",
"bin": [
"xml.exe",
["xml.exe", "xmlstarlet"]
[
"xml.exe",
"xmlstarlet"
]
],
"checkver": {
"url": "https://sourceforge.net/projects/xmlstar/files/",