From 7389ecd84c99bedde9048516d34f2f8508c7b9f3 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Fri, 21 Jan 2022 16:07:04 +0800 Subject: [PATCH] vale: Move from the extras bucket --- bucket/vale.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/vale.json diff --git a/bucket/vale.json b/bucket/vale.json new file mode 100644 index 0000000000..b846564b3e --- /dev/null +++ b/bucket/vale.json @@ -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" + } + } +}