diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index a1034f7cfe0..9faf515a860 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