litecoin: update to 0.16.2.

This commit is contained in:
Helmut Pozimski 2018-09-08 08:20:55 +02:00
parent 0ba214465a
commit 9bcfcf30df

View file

@ -1,7 +1,7 @@
# Template file for 'litecoin'
pkgname=litecoin
version=0.16.0
revision=4
version=0.16.2
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 <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://www.litecoin.org/"
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
checksum=8364a69f05cec64e1fd492d41372552cdde86358d22bb0e074dbf917e65371a0
checksum=40e5f7d6574e46081f7fc67f0788db0fe2eec067328d484f0df6369310d1ab54
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools protobuf"