mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"version": "2.15.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.15.0/vale_2.15.0_Windows_64-bit.zip",
|
|
"hash": "8252a8141a86efb2183bbf7c7c2511fb948378ae59cc53d42d4039363a43cec7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|