From eb96768b4dea1e19dc9f585d1d9aa6783dda328c Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 13 Dec 2018 15:37:57 +0100 Subject: [PATCH] alacritty: update to 0.2.4. --- srcpkgs/alacritty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index 11d11f3120f..31c213ee890 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -1,6 +1,6 @@ # Template file for 'alacritty' pkgname=alacritty -version=0.2.3 +version=0.2.4 revision=1 build_style=cargo hostmakedepends="cmake pkg-config" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/jwilm/${pkgname}" changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md" distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz" -checksum=52d433381afce036a1744772e2ef0f3a9be3bc4eb24e5cf384a6b1b792340e05 +checksum=f2d2bf02ffa538fb94e9679260be9c32e52fa4e81d36b8005700fc8b30a84761 case "$XBPS_TARGET_MACHINE" in aarch64-musl) broken="MAP_32BIT; not found in libc" ;;