mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
27 lines
803 B
JSON
27 lines
803 B
JSON
{
|
|
"version": "3.0.5",
|
|
"description": "A syntax-aware linter for prose",
|
|
"homepage": "https://vale.sh",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/errata-ai/vale/releases/download/v3.0.5/vale_3.0.5_Windows_64-bit.zip",
|
|
"hash": "0b1bc6ca084c67a762d52039d24f4c301454249a0daa8098bcfe0b4dbc6b2aa0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|