skim: update to 0.10.2

This commit is contained in:
cinerea0 2022-11-24 22:36:40 -05:00 committed by classabbyamp
parent 760f276d1c
commit 9456958d79
1 changed files with 2 additions and 2 deletions

View File

@ -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