diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-01-21 21:13:31 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-01-21 21:13:31 +0800 |
commit | 87a32a8aa979b0de7a814a07ad2837f6c588b866 (patch) | |
tree | 4da0dda288a800d8a86383f80d3ba5b3ffa93ee0 /net-p2p | |
parent | d3ee332372cb795473f35f3e156c479d032a34ac (diff) | |
download | freebsd-ports-gnome-87a32a8aa979b0de7a814a07ad2837f6c588b866.tar.gz freebsd-ports-gnome-87a32a8aa979b0de7a814a07ad2837f6c588b866.tar.zst freebsd-ports-gnome-87a32a8aa979b0de7a814a07ad2837f6c588b866.zip |
Updates to version 1.5.7.
Version 1.5.6 contains a known regression in the RPC interface that can lead to
wrong ether balance responses.
PR: 216333
Submitted by: Fyn <enriquefynn@gmail.com> (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ethereum/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/go-ethereum/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 0e525faec177..4e105b98504a 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 DISTVERSIONPREFIX= v CATEGORIES= net-p2p diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index 61fc4543e5e0..209132c416a0 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484341496 -SHA256 (ethereum-go-ethereum-v1.5.6_GH0.tar.gz) = c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac -SIZE (ethereum-go-ethereum-v1.5.6_GH0.tar.gz) = 14950086 +TIMESTAMP = 1485004384 +SHA256 (ethereum-go-ethereum-v1.5.7_GH0.tar.gz) = 758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369 +SIZE (ethereum-go-ethereum-v1.5.7_GH0.tar.gz) = 15212742 |