2024-01-11 04:26:36 +00:00

27 lines
803 B
JSON

{
"version": "3.0.1",
"description": "A syntax-aware linter for prose",
"homepage": "https://vale.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/errata-ai/vale/releases/download/v3.0.1/vale_3.0.1_Windows_64-bit.zip",
"hash": "40415d89b8ac4a148c23db589801560dea6a726a429547e2c3ea14806515d1bc"
}
},
"bin": "vale.exe",
"checkver": {
"github": "https://github.com/errata-ai/vale"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/errata-ai/vale/releases/download/v$version/vale_$version_Windows_64-bit.zip"
}
},
"hash": {
"url": "$baseurl/vale_$version_checksums.txt"
}
}
}