From 3b51e4536b05579f7818d7b7ef1c5749662500e4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 28 Feb 2018 18:01:45 -0300 Subject: [PATCH] litecoin: update to 0.15.1. Closes: #12010 [via git-merge-pr] --- srcpkgs/litecoin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 3b872de0c7..67335194e7 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin -version=0.14.2 -revision=5 +version=0.15.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="Juan RP " license="MIT" homepage="http://www.litecoin.org/" distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz" -checksum=4db5473be17fc707acfa4bc5d13b5c07915fa8c28b404ca0e6969fecc41744b2 +checksum=570adae0d4a9567110967aba2ea5d90ce8c421313f453523c4fd23b9339c7d2b if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools protobuf"