From 3e7147801eb2fa2fc3ae30f6cf925751325c3638 Mon Sep 17 00:00:00 2001 From: Saksham Date: Tue, 1 Jul 2025 22:39:11 +0530 Subject: [PATCH] skim: update to 0.20.2 --- srcpkgs/skim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index 0e158593651..5af62e5746d 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.18.0 +version=0.20.2 revision=1 build_style=cargo make_install_args="--path skim" @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/skim-rs/skim" changelog="https://raw.githubusercontent.com/skim-rs/skim/master/CHANGELOG.md" distfiles="https://github.com/skim-rs/skim/archive/refs/tags/v${version}.tar.gz" -checksum=028cabc0df171c34343fae340132a2b718aae4f405320b11c47f22173ca43b57 +checksum=e0fee383c015777eb7aea1e5ed932b06dee6da990583c665ecf1389600e2789a if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion