diff options
author | swills <swills@FreeBSD.org> | 2013-06-30 20:57:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-30 20:57:41 +0800 |
commit | 0a24ce472574938aa67264b7ea4b36656d70b640 (patch) | |
tree | 2eba189166ff21dee4a16d3c50bf6901799a18d1 /net-p2p | |
parent | 26defd8c234ea85be06fd968bff4e36a7ac20cf5 (diff) | |
download | freebsd-ports-graphics-0a24ce472574938aa67264b7ea4b36656d70b640.tar.gz freebsd-ports-graphics-0a24ce472574938aa67264b7ea4b36656d70b640.tar.zst freebsd-ports-graphics-0a24ce472574938aa67264b7ea4b36656d70b640.zip |
- Update to 0.8.3
PR: ports/179995
Submitted by: Robert Backahus <robbak@robbak.com> (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 32c427dbd06..30bde579c56 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,8 +2,11 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= net-p2p finance +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~swills/ \ + GH MAINTAINER= robbak@robbak.com COMMENT= Virtual Peer-to-Peer Currency Client @@ -20,7 +23,7 @@ QRCODES_DESC= Build with QR code display USE_GITHUB= yes GH_ACCOUNT= bitcoin GH_PROJECT= bitcoin -GH_COMMIT= 94933c3 +GH_COMMIT= 6a0ba5c GH_TAGNAME= v${PORTVERSION} USE_GMAKE= yes diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index 5a07f192380..6a6fbd54f1b 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -1,2 +1,2 @@ -SHA256 (bitcoin-0.8.2.tar.gz) = 545a10f95146161ce8f39eee5cd24720ea6c5b745638634a60e8dd7e2801f173 -SIZE (bitcoin-0.8.2.tar.gz) = 3181543 +SHA256 (bitcoin-0.8.3.tar.gz) = c1082573e66cb711bbd989d4f0863354e4fe4dbc6d859b9d51f3eb06c749a052 +SIZE (bitcoin-0.8.3.tar.gz) = 3181606 |