2025-03-18 12:31:35 +00:00

27 lines
806 B
JSON

{
"version": "3.10.0",
"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.10.0/vale_3.10.0_Windows_64-bit.zip",
"hash": "b4f295230634b4fb836b4841090830731e68f33566d21b3d4059c330cf5c93e4"
}
},
"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"
}
}
}