rhash: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:41 +01:00
parent 4e9970ccea
commit b6cae78aa3
2 changed files with 4 additions and 2 deletions

View File

@ -2942,6 +2942,8 @@ libqalculate.so.21 libqalculate-3.0.0_1
libweston-9.so.0 weston-9.0.0_1
libostree-1.so.1 libostree-2017.3_1
librhash.so.0 rhash-1.3.4_1
libostree-1.so.1 libostree-2020.8_2
librhash.so.0 rhash-1.4.1_2
libserialport.so.0 libserialport-0.1.1_1
libsigrok.so.4 libsigrok-0.5.0_1
libsigrokcxx.so.4 libsigrok-0.5.0_1

View File

@ -1,13 +1,13 @@
# Template file for 'rhash'
pkgname=rhash
version=1.4.1
revision=1
revision=2
wrksrc="RHash-${version}"
build_style=configure
configure_args="--enable-openssl --disable-openssl-runtime
--prefix=/usr --sysconfdir=/etc"
conf_files="/etc/rhashrc"
makedepends="libressl-devel"
makedepends="openssl-devel"
short_desc="Utility for computing hash sums and creating magnet links"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="0BSD"