From f44bbc7166ae8f1a9b2964c8c8b71546779d65bd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 26 May 2018 18:22:21 -0300 Subject: [PATCH] litecoin: update to 0.16.0. --- srcpkgs/litecoin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 05962968d73..fe8bdd3bb2b 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin -version=0.15.1 -revision=3 +version=0.16.0 +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=570adae0d4a9567110967aba2ea5d90ce8c421313f453523c4fd23b9339c7d2b +checksum=8364a69f05cec64e1fd492d41372552cdde86358d22bb0e074dbf917e65371a0 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools protobuf"