Skip to content

Commit

Permalink
Helix: Add version 0.4.1 (#2404)
Browse files Browse the repository at this point in the history
* Helix: Add version 0.3.0

- Adding helix editor to main bucket
- Currently only supports 64bit architecture through GitHub releases
- Requested as by helix-editor/helix#277

* helix: Update to version 0.4.1

Co-authored-by: Issac Lin <[email protected]>
  • Loading branch information
jrhawley and issaclin32 authored Oct 5, 2021
1 parent afb7a45 commit 58a3305
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bucket/helix.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 58a3305

Please sign in to comment.