mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"version": "2.24.0",
|
|
"description": "A syntax-aware linter for prose",
|
|
"homepage": "https://docs.errata.ai/vale/about",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/errata-ai/vale/releases/download/v2.24.0/vale_2.24.0_Windows_64-bit.zip",
|
|
"hash": "d9c9507d2621f8b19960c562830615d5e2754c756b630d3f94d857e281c35d4c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|