diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index 98133e2da63..fc7c7c84038 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.15.4 +version=0.15.5 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=2e6f4638b1fd7a0bb14fb53945b7cbae050597535fda253de912534b1475aa8d +checksum=aa7c90057ba73f86858cb7632da35db0e5acaeb5b8304913746b4ae29bd835bf if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion