diff options
author | swills <swills@FreeBSD.org> | 2018-07-10 11:22:00 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-07-10 11:22:00 +0800 |
commit | 7865352d3d508bf1ec88c67e5359b56826ac86dc (patch) | |
tree | 3582457b21eeefe704e8c9897d5d8de7a4f3c1e8 /net-p2p | |
parent | 3b68fb651d74bf51506a8bd1244f1f1ac889c5fb (diff) | |
download | freebsd-ports-gnome-7865352d3d508bf1ec88c67e5359b56826ac86dc.tar.gz freebsd-ports-gnome-7865352d3d508bf1ec88c67e5359b56826ac86dc.tar.zst freebsd-ports-gnome-7865352d3d508bf1ec88c67e5359b56826ac86dc.zip |
net-p2p/litecoin: update to 0.16.0
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoin/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/litecoin/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 34db7b551d1f..72c4dfc6dbf5 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= litecoin -PORTVERSION= 0.15.1 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org @@ -101,6 +100,7 @@ PLIST_FILES?= bin/litecoin-qt man/man1/litecoin-qt.1.gz \ .if ${OSVERSION} < 1100000 EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_crypto_scrypt.cpp \ ${FILESDIR}/extra-patch-src_crypto_scrypt.h +CONFIGURE_ARGS+=--disable-asm .endif .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" diff --git a/net-p2p/litecoin/distinfo b/net-p2p/litecoin/distinfo index 219cbb43cb05..22a7e137d916 100644 --- a/net-p2p/litecoin/distinfo +++ b/net-p2p/litecoin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527084876 -SHA256 (litecoin-project-litecoin-v0.15.1_GH0.tar.gz) = 570adae0d4a9567110967aba2ea5d90ce8c421313f453523c4fd23b9339c7d2b -SIZE (litecoin-project-litecoin-v0.15.1_GH0.tar.gz) = 6672694 +TIMESTAMP = 1531171185 +SHA256 (litecoin-project-litecoin-v0.16.0_GH0.tar.gz) = 8364a69f05cec64e1fd492d41372552cdde86358d22bb0e074dbf917e65371a0 +SIZE (litecoin-project-litecoin-v0.16.0_GH0.tar.gz) = 5765026 |