mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"version": "2.28.2",
|
|
"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.28.2/vale_2.28.2_Windows_64-bit.zip",
|
|
"hash": "d63478aca307bcc975c303fff086a9be752a0dbc4d7e8a6a34013881ce539054"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|