hexyl: update to 0.5.1

Closes #12336.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
SolitudeSF 2019-06-09 16:53:19 +03:00 committed by Enno Boland
parent e31d0b84c9
commit b5bbb4266b

View File

@ -1,6 +1,6 @@
# Template file for 'hexyl'
pkgname=hexyl
version=0.5.0
version=0.5.1
revision=1
build_style=cargo
short_desc="Command-line hex viewer"
@ -8,7 +8,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/hexyl"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=6241a4cf3e3ec2f32164539ef158c84ad29c53511cd1e3c0148776b8ce5234d4
checksum=9c12bc6377d1efedc4a1731547448f7eb6ed17ee1c267aad9a35995b42091163
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"