David Runge pushed to branch main at Arch Linux / Packaging / Packages / helix
Commits:
1ca0d676 by David Runge at 2024-07-19T16:04:32+02:00
upgpkg: 24.07-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = helix
pkgdesc = A post-modern modal text editor
- pkgver = 24.03
+ pkgver = 24.07
pkgrel = 1
url = https://helix-editor.com
install = helix.install
@@ -31,7 +31,7 @@ pkgbase = helix
optdepends = yaml-language-server: for YAML language support
optdepends = zls: for Zig language support
options = !lto
- source =
helix-24.03.tar.gz::https://github.com/helix-editor/helix/archive/24.03.tar.gz
- b2sums =
b83937e81f1d53e6fe3a1432b5524e1ba321d398c06de8a3aed313928144dce72e3b745c63e3d50a361cd0518bc68d9b500bbb07e271d39b05028499b5f3a71e
+ source =
helix-24.07.tar.gz::https://github.com/helix-editor/helix/archive/24.07.tar.gz
+ b2sums =
d95f373ccf89d0c97c610131d39bb286878ea01ee265b7d2c2c18986decae11086dceb227b3b67099bfc6d1744f728297ca59c4ae8b15c438fffdc935134de25
pkgname = helix
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Wojciech Kępka ([email protected])
pkgname=helix
-pkgver=24.03
+pkgver=24.07
pkgrel=1
pkgdesc="A post-modern modal text editor"
arch=('x86_64')
@@ -34,7 +34,7 @@ optdepends=(
)
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz")
-b2sums=('b83937e81f1d53e6fe3a1432b5524e1ba321d398c06de8a3aed313928144dce72e3b745c63e3d50a361cd0518bc68d9b500bbb07e271d39b05028499b5f3a71e')
+b2sums=('d95f373ccf89d0c97c610131d39bb286878ea01ee265b7d2c2c18986decae11086dceb227b3b67099bfc6d1744f728297ca59c4ae8b15c438fffdc935134de25')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/helix/-/commit/1ca0d676351d1a316b0418bd58bdce74bb1ac37c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/helix/-/commit/1ca0d676351d1a316b0418bd58bdce74bb1ac37c
You're receiving this email because of your account on gitlab.archlinux.org.