From 3c98bdeaf1fabf94d2b3e4108ffb8980f2290bdb Mon Sep 17 00:00:00 2001 From: Saksham Date: Sat, 1 Feb 2025 01:44:52 +0530 Subject: [PATCH] skim: update to 0.16.0 --- srcpkgs/skim/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index a1034f7cfe0382..9faf515a8603a3 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,16 +1,16 @@ # Template file for 'skim' pkgname=skim -version=0.15.7 +version=0.16.0 revision=1 build_style=cargo make_install_args="--path skim" short_desc="Fuzzy Finder in rust" maintainer="Saksham " 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=f7c405502e352a95f267a3c73e2a2897aeec20f6e4e146328780d2bdc085ec4d +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=dd596fdb57fc8f7e94ad240839d93b14b775d3be38e74293922c2e048ef13f15 if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion