From 69fe90004cf887b3f1d461a48b4733cf0395dee2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 19 Feb 2021 09:08:49 -0500 Subject: [PATCH] litecoin: update to 0.18.1. --- srcpkgs/litecoin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 53331cd885..a46278b0c1 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin -version=0.17.1 -revision=7 +version=0.18.1 +revision=1 build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests --with-libressl" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="MIT" homepage="http://www.litecoin.org/" distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz" -checksum=6e05514a480990f1ff1e7c81b5443d741f4016c03ab5c1ef44bf4b169af88bee +checksum=2d67cba11adc5890b9698ccddeb68dd3c2ff6af19bf3ed0f1c719348b914042f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools protobuf"