From e332917ce0a5eb8df662f4c8c815ca7b5f7177f9 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 4 Mar 2023 23:42:14 -0500 Subject: [PATCH] skim: update to 0.10.4 --- srcpkgs/skim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index d5933ef29728..aeb926a88f0a 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.10.3 +version=0.10.4 revision=1 build_style=cargo short_desc="Fuzzy Finder in rust" @@ -9,7 +9,7 @@ license="MIT" homepage="https://github.com/lotabout/skim" changelog="https://raw.githubusercontent.com/lotabout/skim/master/CHANGELOG.md" distfiles="https://github.com/lotabout/skim/archive/refs/tags/v${version}.tar.gz" -checksum=468c77567cd2bbd2aff6424414cfdfff7efa1012f096dae4772b178f243adf45 +checksum=eb5609842ad7c19b1267e77682ee5ae11aa8e84e46c27d9d198cc22d00c5e924 if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion