mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"version": "2.21.1",
|
|
"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.21.1/vale_2.21.1_Windows_64-bit.zip",
|
|
"hash": "37219c0f7874b994fd6f88f502a9acad4c2029185c8356106ac31a9561f4a158"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|