mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
27 lines
803 B
JSON
27 lines
803 B
JSON
{
|
|
"version": "3.9.3",
|
|
"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.9.3/vale_3.9.3_Windows_64-bit.zip",
|
|
"hash": "18a039468583cdc8e4ee945eb17ad5ddcb88c080b501da207d696dbce37baec8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|