diff options
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 6c05b22be2d7..92ad7101a276 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com @@ -20,7 +20,7 @@ QRCODES_DESC= Build with QR code display USE_GITHUB= yes GH_ACCOUNT= bitcoin GH_PROJECT= bitcoin -GH_COMMIT= f4d5f06 +GH_COMMIT= 38f8657 GH_TAGNAME= v${PORTVERSION} USE_GMAKE= yes |