diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 9cc0df227ec..dac06369931 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,10 +1,11 @@ # Template file for 'litecoin' pkgname=litecoin -version=0.10.2.1 -revision=4 +version=0.10.2.2 +revision=1 wrksrc="${pkgname}-${version}" build_style=gnu-configure -configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests" +configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests + --with-libressl" hostmakedepends="automake libtool pkg-config yasm" makedepends="zlib-devel db-devel libressl-devel boost-devel qt5-tools-devel miniupnpc-devel protobuf-devel" @@ -13,7 +14,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.litecoin.org/" distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz" -checksum=8e7cdc1ae5e57760ef43e8c6deabd02657c8159711a4d47cc584e3e8182d5a7f +checksum=952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc pre_configure() { NOCONFIGURE=1 ./autogen.sh