From 006f485255d9788cc2e7efd52f38ef8cf1718860 Mon Sep 17 00:00:00 2001 From: Saksham Date: Wed, 27 Nov 2024 22:17:26 +0530 Subject: [PATCH] skim: update to 0.13.0 --- srcpkgs/skim/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index bbda5b662af..a4f05f5d75c 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.11.11 +version=0.13.0 revision=1 build_style=cargo make_install_args="--path skim" @@ -10,7 +10,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=14ed464abf853e474065ad538f20d9c9874db71189b4522e2f4552559711e21a +checksum=a0a9e0b5c79686330a1b24d2d146844e3d9d641af01a6cac6a5e8f9c1ea2a64e if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion