From 12cbab38ecf75028bfc21f3312fb5bd7e394c7b1 Mon Sep 17 00:00:00 2001 From: EphemeralDev <115334775+EphemeralDev@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:44:45 -0500 Subject: [PATCH] harper: Add version 0.14.0 (#6314) --- bucket/harper.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/harper.json diff --git a/bucket/harper.json b/bucket/harper.json new file mode 100644 index 0000000000..f1c9e8f9cf --- /dev/null +++ b/bucket/harper.json @@ -0,0 +1,35 @@ +{ + "version": "0.14.0", + "description": "The Grammar Checker for Developers", + "homepage": "https://github.com/Automattic/harper", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": [ + "https://github.com/Automattic/harper/releases/download/v0.14.0/harper-ls-x86_64-pc-windows-msvc.zip", + "https://github.com/Automattic/harper/releases/download/v0.14.0/harper-cli-x86_64-pc-windows-msvc.zip" + ], + "hash": [ + "f5256343fea7581d43dd7bef77edafe205a95dea4014d29787f4dfe49f53fc27", + "d7b421920fa24a3f114710cb39d73599dab792472a221819d7bc18594e271d5c" + ] + } + }, + "bin": [ + "harper-ls.exe", + "harper-cli.exe" + ], + "checkver": { + "github": "https://github.com/Automattic/harper" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": [ + "https://github.com/Automattic/harper/releases/download/v$version/harper-ls-x86_64-pc-windows-msvc.zip", + "https://github.com/Automattic/harper/releases/download/v$version/harper-cli-x86_64-pc-windows-msvc.zip" + ] + } + } + } +}