vale: Move from the extras bucket

This commit is contained in:
Issac Lin 2022-01-21 16:07:04 +08:00 committed by GitHub
parent b651e7bdf2
commit 7389ecd84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/vale.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "2.14.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.14.0/vale_2.14.0_Windows_64-bit.zip",
"hash": "bd73e8f08988fd6f8c2b31b8efbb4aa8aec800fdf1908d305fdf182b1b60b186"
}
},
"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"
}
}
}