From 58a3305c0bd7a65e9e91bf9a6ef37b084a31c194 Mon Sep 17 00:00:00 2001 From: James Hawley Date: Tue, 5 Oct 2021 14:12:06 -0400 Subject: [PATCH] Helix: Add version 0.4.1 (#2404) * Helix: Add version 0.3.0 - Adding helix editor to main bucket - Currently only supports 64bit architecture through GitHub releases - Requested as by https://github.com/helix-editor/helix/issues/277 * helix: Update to version 0.4.1 Co-authored-by: Issac Lin --- bucket/helix.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bucket/helix.json diff --git a/bucket/helix.json b/bucket/helix.json new file mode 100644 index 0000000000..7c27a6a189 --- /dev/null +++ b/bucket/helix.json @@ -0,0 +1,20 @@ +{ + "version": "0.4.1", + "description": "A post-modern modal text editor", + "homepage": "https://helix-editor.com", + "license": { + "identifier": "MPL-2.0", + "url": "https://github.com/helix-editor/helix/blob/master/LICENSE" + }, + "url": "https://github.com/helix-editor/helix/releases/download/v0.4.1/helix-v0.4.1-x86_64-windows.zip", + "hash": "e9ff91d6212abf5daaf31bdf201ef138dc62c2d0628b4b0fe768e8ecb64611d7", + "extract_dir": "helix-v0.4.1-x86_64-windows", + "bin": "hx.exe", + "checkver": { + "github": "https://github.com/helix-editor/helix" + }, + "autoupdate": { + "url": "https://github.com/helix-editor/helix/releases/download/v$version/helix-v$version-x86_64-windows.zip", + "extract_dir": "helix-v$version-x86_64-windows" + } +}