From 019b4bb4b0f7ec58a5033fd20173508cae48cb78 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 24 Feb 2023 15:03:01 -0500 Subject: [PATCH] skim: update to 0.10.3 --- srcpkgs/skim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index 3671c3bedf7..d5933ef2972 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.10.2 +version=0.10.3 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=a46b670848b9b083cd45cd1db36387efc73f856972531d9f156988e83a0c3c07 +checksum=468c77567cd2bbd2aff6424414cfdfff7efa1012f096dae4772b178f243adf45 if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion