From 03473baea64ab2541f9c25e0f9dd19e1a1cbcf4a Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 24 Nov 2022 22:36:40 -0500 Subject: [PATCH] skim: update to 0.10.2 --- srcpkgs/skim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index f189f1da62c0..3671c3bedf71 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.10.1 +version=0.10.2 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=7ff0626a185c06eca2e71858a1d656aed08b3932db8a6f6f59651d3e7a5e515f +checksum=a46b670848b9b083cd45cd1db36387efc73f856972531d9f156988e83a0c3c07 if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion