mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"version": "2.26.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.26.0/vale_2.26.0_Windows_64-bit.zip",
|
|
"hash": "8732b42dc58af75210714f8f34dd27303f97711feff1ee27a2ad6e407f81b70f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|