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