helix: update to 22.12
This commit is contained in:
parent
703b705f46
commit
234613f8fc
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'helix'
|
||||
pkgname=helix
|
||||
version=22.08.1
|
||||
version=22.12
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path helix-term"
|
||||
hostmakedepends="git"
|
||||
short_desc="Post-modern modal text editor"
|
||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://helix-editor.com/"
|
||||
changelog="https://raw.githubusercontent.com/helix-editor/helix/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/helix-editor/helix/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=c9b184d53bab51e7a9fe81dc8c191a853177abba67ea408e968937f31b50b45a
|
||||
distfiles="https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"
|
||||
checksum=295b42a369fbc6282693eb984a77fb86260f7baf3ba3a8505d62d1c619c2f3f4
|
||||
|
||||
# skip problematic doctests on i686
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue