From e29eb24c5cb9b9585529b0d723dc6276c969adba Mon Sep 17 00:00:00 2001 From: J Farkas Date: Sun, 18 Jul 2021 17:22:01 +0000 Subject: [PATCH] rhash: update to 1.4.2 - significantly improve file reading performance on Linux/Unix - print 'Nothing to verify' when verifying a hash file without a message digest - count unparsed lines of a hash file as errors - print line numbers of unparsed lines of a hash file - Bugfix: fix verification of some hash files containing spaces in file paths --- srcpkgs/rhash/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template index fddde4439ce1..1015a48a153e 100644 --- a/srcpkgs/rhash/template +++ b/srcpkgs/rhash/template @@ -1,7 +1,7 @@ # Template file for 'rhash' pkgname=rhash -version=1.4.1 -revision=2 +version=1.4.2 +revision=1 wrksrc="RHash-${version}" build_style=configure configure_args="--enable-openssl --disable-openssl-runtime @@ -11,11 +11,11 @@ makedepends="openssl-devel" short_desc="Utility for computing hash sums and creating magnet links" maintainer="Leah Neukirchen " license="0BSD" -homepage="https://github.com/rhash/RHash" -distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" -checksum=430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297 make_build_target="all lib-shared" make_install_target="install install-lib-shared" +homepage="https://github.com/rhash/RHash" +distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" +checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 post_extract() { sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h