makedeb


helix-bin 24.03-2


A post-modern modal text editor.

Click here to go back to the commit logs for helix-bin.

Commit:


Hash: 85e95dcb0e5c0126da86aebafade855217ceb6e6

Message: v24.03

Diff


diff --git a/.SRCINFO b/.SRCINFO
index dabe5ac..bb9bb6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,13 +3,13 @@ pkgname = helix-bin
 pkgbase = helix-bin
 pkgdesc = A post-modern modal text editor.
 pkgrel = 2
-pkgver = 23.10
+pkgver = 24.03
 url = https://helix-editor.com/
 arch = amd64
 conflicts = helix
 license = Mozilla Public License Version 2.0
 provides = hx
-source = https://github.com/helix-editor/helix/releases/download/23.10/helix-23.10-x86_64-linux.tar.xz
+source = https://github.com/helix-editor/helix/releases/download/24.03/helix-24.03-x86_64-linux.tar.xz
 source = hx
-sha256sums = bd4de5edb942083c8d14098f98d875fd23d82dd2e23c3085b8d5030912b5bc97
+sha256sums = b15290807fedf4907abc700a408c2a4e74662a3008a46224bf18aeca38379bfc
 sha256sums = 55164f8c97c79ee919057356d3dff03c33c987cfabb6de65c822f226d6a7d500
diff --git a/PKGBUILD b/PKGBUILD
index a560642..fd8c9de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 # vim: set sw=2 expandtab:
 pkgname=helix-bin
-pkgver=23.10
+pkgver=24.03
 pkgrel=2
 pkgdesc='A post-modern modal text editor.'
 arch=('amd64')
@@ -15,7 +15,7 @@ source=(
   "https://github.com/helix-editor/helix/releases/download/${pkgver}/helix-${pkgver}-x86_64-linux.tar.xz"
   "hx"
 )
-sha256sums=('bd4de5edb942083c8d14098f98d875fd23d82dd2e23c3085b8d5030912b5bc97'
+sha256sums=('b15290807fedf4907abc700a408c2a4e74662a3008a46224bf18aeca38379bfc'
             '55164f8c97c79ee919057356d3dff03c33c987cfabb6de65c822f226d6a7d500')
 
 package() {