diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index 5af62e5746d..8d504238d78 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.20.2 +version=0.20.5 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=e0fee383c015777eb7aea1e5ed932b06dee6da990583c665ecf1389600e2789a +checksum=c9b367bd37daa38b95a5da1e8f967279f4127168a38986b2f7d33a4b5fd413c2 if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion