rhash: update to 1.3.6.

This commit is contained in:
Leah Neukirchen 2018-03-14 14:08:53 +01:00
parent a4a229cf64
commit 4f7d1692cb
2 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1,17 @@
--- configure.orig
+++ configure
@@ -194,7 +194,6 @@
;;
*)
echo "unknown option $OPT"
- exit 1
;;
esac
shift
@@ -897,4 +896,4 @@
Libs.private: ${OPENSSL_LDFLAGS}
EOF
-fi
\ No newline at end of file
+fi

View file

@ -1,16 +1,18 @@
# Template file for 'rhash'
pkgname=rhash
version=1.3.5
version=1.3.6
revision=1
wrksrc="RHash-${version}"
build_style=gnu-makefile
build_style=gnu-configure
configure_args="--enable-openssl --disable-openssl-runtime"
conf_files="/etc/rhashrc"
makedepends="libressl-devel"
short_desc="Utility for computing hash sums and creating magnet links"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="RHash"
homepage="https://github.com/rhash/RHash"
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
checksum=98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e
checksum=964df972b60569b5cb35ec989ced195ab8ea514fc46a74eab98e86569ffbcf92
make_build_target="all lib-shared"
make_install_target="install install-lib-shared"